]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Request SRv6 SIDs to SID Manager
authorCarmine Scarpitta <cscarpit@cisco.com>
Sat, 23 Mar 2024 18:24:59 +0000 (19:24 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Thu, 5 Sep 2024 08:59:59 +0000 (10:59 +0200)
commit2ed0ebdb02a3b93a0517e1f72762f2addcce9c00
tree8b7adae4f5a8820e0b4f35a2e1d3b411fb05a04f
parent831b825b895fe53f7daf2a28af64cec3c43fc13f
bgpd: Request SRv6 SIDs to SID Manager

Currently, BGP allocates SIDs without interacting with Zebra.

Recently, the SRv6 implementation has been improved. Now, the daemons
need to interact with Zebra through ZAPI to obtain and release SIDs.

This commit extends BGP to request SIDs from Zebra instead of allocating
the SIDs on its own.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
bgpd/bgp_mplsvpn.c