]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Note when receiving but not understanding a route notification
authorDonald Sharp <sharpd@nvidia.com>
Thu, 28 Mar 2024 16:25:05 +0000 (12:25 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 3 Apr 2024 06:52:25 +0000 (06:52 +0000)
commit729d630bee127a2e49c04e2315ae95ec1ffda65a
treebf58c25206ed5bcc12e09f948d66b0d38936532a
parent9772b2c585e7d1e76fa4f970f1328e9efc4f4eea
bgpd: Note when receiving but not understanding a route notification

When BGP has been asked to wait for FIB installation, on route
removal a return call is likely to not have the dest since BGP
will have cleaned up the node, entirely.  Let's just note that
the prefix cannot be found if debugs are turned on and move on.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 7c603146529dc90f2d948e1943750efb1911c8ba)
bgpd/bgp_zebra.c