]> 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>
Thu, 13 Feb 2025 18:44:21 +0000 (20:44 +0200)
commit2c92346292badda2bad93c1a1188d4349e38cde0
tree131d78ab310005d9e73345dea0b6b3587df77ebb
parentd6c8c23635873ca26cd6837d2a8e0ad360a734c6
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