]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: withdraw fib entry on appropriate table identifier
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 9 Jul 2019 08:59:14 +0000 (10:59 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 10 Oct 2019 14:06:51 +0000 (16:06 +0200)
commit1276ce38331b2cc190bd67392b07685d1d35d1ff
treedd4514b07b70d347313a5eef5ca0beb3ebee9870
parent951745bdabeb4aeb63a968a683dc18df6a744091
bgpd: withdraw fib entry on appropriate table identifier

There are cases where the table identifier is set on a bgp entry, mainly
due to route-map, and associate fib entry needs to be removed.
This change encompasses also the route-map reconfiguration that leads to
removing the previous entry, whereas bgp update had been triggered (
this happens when software inbound reconfiguration is handled).

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_route.c
bgpd/bgp_zebra.c