]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Using no bgp fast-external-failover prevents vrf intf moves
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 13 Sep 2018 12:59:46 +0000 (08:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 13 Sep 2018 13:05:42 +0000 (09:05 -0400)
commitc19fe3c7ab8df2829e665a753497b173c17aad76
tree3b579d8104f6b65ae66b3cae7e617b9814476f92
parent6efca3442f9e74c789803cbcfba330cd12de7863
bgpd: Using no bgp fast-external-failover prevents vrf intf moves

When using `no bgp fast-external-failover` and a interface moves
from one vrf into another we would not fully process the change.
Fix this code path.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_zebra.c