]> 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)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 28 Mar 2024 16:25:05 +0000 (12:25 -0400)
commit7c603146529dc90f2d948e1943750efb1911c8ba
treea0f248451e173b1abf1c7126749f54891751e87e
parentd5f17cd51e6e5fcef4c8b8509a3538d655dadf36
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>
bgpd/bgp_zebra.c