-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra, lib, sharpd, doc: add srte color support in nhg
The nexthop group CLI can not configure color support. Add a new option under nexthop command to configure an srte color: > nexthop-group 1 > [..] > nexthop 192.0.2.100 color 100 Add srte color support for nhg: - Add NEXTHOP_GROUP_MESSAGE_COLOR support in NHG. - Add ZAPI_NEXTHOP_MESSAGE_SRTE support in ZAPI. - When checking for nexthop active, an SRTE policy with the (color, nexthop ip) tuple will be looked ip. Add a NHG sharp test for SRTE color: - a NHG matching an SRTE policy is configured - NHG sharp is extended to watch a given NHT color > sharp watch nexthop 172.31.0.200 color 1 - Upon NHT call back, the NHG is re-added, and updates the nexthop. Signed-off-by: Philippe Guibert <[email protected]>
- Loading branch information
1 parent
7a196e9
commit 5e8ffe9
Showing
12 changed files
with
192 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.