]> 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>
Mon, 10 Feb 2025 07:41:11 +0000 (09:41 +0200)
commit8c3b2ed3bf95e0be58eb479be1a59bf090bb15ff
treee9370e982afd1e744abeeb60413863d851a71bc9
parent9b8c257e6c1f3659e5d7da5954511e76e0c09ab9
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