]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: skip evpn remove marked routes from rescan
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 4 Jun 2019 01:42:00 +0000 (18:42 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 13 Jun 2019 04:46:16 +0000 (21:46 -0700)
commitc869b3f87d4e7acd72eee6a4648606e136642f74
treeb64a5c78b5a957c11044f76d2254bd20a89c3157
parent8b40649e0d728ab8b74a8c9dc2434f638e06b36c
bgpd: skip evpn remove marked routes from rescan

Skip evpn routes marked for removed from rescan list
when an interface is flapped.

Ticket:CM-24933
Testing Done:
Validated in a scenario where evpn route is marked
for remove as bgp evpn withdrawal is received. Due to
link flap (frr restart of downstream router), the route
was considered for readd via bgp_update. With this
fix, the remove marked routes are skipped from update.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
bgpd/bgp_mac.c