]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: When bgp notices a change to shared_network inform bfd of it
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 Dec 2024 15:16:03 +0000 (10:16 -0500)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 12 Feb 2025 21:39:24 +0000 (23:39 +0200)
commit0ea7de4c9dd9b90b2f7170aa80b8673bd37b371a
tree7c58ddd3037ee1677439794553688302ee24a09f
parent2e81badd79072cabb725be27190921924369af60
bgpd: When bgp notices a change to shared_network inform bfd of it

When bgp is started up and reads the config in *before* it has
received interface addresses from zebra, shared_network can
be set to false in this case.  Later on once bgp attempts to
reconnect it will refigure out the shared_network again( because
it has received the data from zebra now ).  In this case
tell bfd about it.

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