]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: reinstate current bgp best route on an inactive neigh del
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Mon, 14 Jan 2019 23:24:43 +0000 (15:24 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 25 Jan 2019 19:19:26 +0000 (14:19 -0500)
commitec0ab5443f5d51e452a174cee5a078738b4d7bf7
treea870a5376cc7bc6f054c367444e23b01eb1a2663
parent2c476b72a0214286740e2df3e099f7936a7c4a6b
bgpd: reinstate current bgp best route on an inactive neigh del

When an inactive-neigh delete is rxed bgp will not have a local path to
remove (and re-run path selection). Instead it simply re-installs the
current best remote path if any.

Ticket: CM-23018
Testing Done: evpn-min

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_vty.c
bgpd/bgp_zebra.c