-
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.
bgpd: Request SRv6 SIDs to SID Manager
Currently, the SRv6 Manager assigns a chunk from the locator to BGP, and BGP is responsible for autonomously allocating SIDs from that chunk. Previous commits have extended the SRv6 SID Manager to support APIs for allocating/releasing SRv6 SIDs to daemons upon request. This commit modifies BGP to delegate the allocation of SIDs to the SID Manager. Specifically, BGP uses the GET_SRV6_SID API to obtain an SID from the SID Manager. Once received, BGP installs the SID in the RIB and announces it to peers. Signed-off-by: Carmine Scarpitta <[email protected]>
- Loading branch information
1 parent
d5441a9
commit c2e10c0
Showing
1 changed file
with
149 additions
and
4 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