]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Make `suppress-fib-pending` clear peering
authorDonald Sharp <sharpd@nvidia.com>
Mon, 11 Dec 2023 15:46:53 +0000 (10:46 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 12 Dec 2023 18:48:10 +0000 (13:48 -0500)
commitbdb5ae8bce94432eb5e581f04f48dc4aa5db7ca4
treeb6e69610e816dc9c162e37f9eae02415c2a06da8
parent315262cab3fd7bed9c93cf3e01fb4e45893c4232
bgpd: Make `suppress-fib-pending` clear peering

When a peer has come up and already started installing
routes into the rib and `suppress-fib-pending` is either
turned on or off.  BGP is left with some routes that
may need to be withdrawn from peers and routes that
it does not know the status of.  Clear the BGP peers
for the interesting parties and let's let us come
up to speed as needed.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_fsm.c
bgpd/bgpd.c
bgpd/bgpd.h