]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: uninstall type-5 routes from vrf
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Mon, 13 Nov 2017 06:48:36 +0000 (22:48 -0800)
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Thu, 14 Dec 2017 18:57:08 +0000 (10:57 -0800)
commit42cb44f282fcf3bc3587dd6f9618a629bcdb083a
tree2c6697974da5814941404e857e4fc16035728359
parentbf48830b01ad6dca49579e72aa10af72fcfb972d
bgpd: uninstall type-5 routes from vrf

When we receive an MP_UNREACH,
we try to uninstall routes from the VRF and the VNI.
The route-node in the VRF corresponds
to the ip prefix formed from EVPN prefix.
We should correctly form the prefix based on the EVPN route-type.

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_evpn.c