]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: apply advertise ipv4 unicast route-map while advertising type-5 routes
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Mon, 16 Apr 2018 08:09:03 +0000 (01:09 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 23:24:15 +0000 (19:24 -0400)
commit7e4ed18ef5c034d09567c2d2cf26f806e134e698
tree6cc9b4d3e31958a2dcb32bfbc580c5c6c960a743
parentd2a0075ac2eb4c6c9d6f2f789623ac6451d115ea
bgpd: apply advertise ipv4 unicast route-map while advertising type-5 routes

A newly added ipv4/ipv6 route in BGP RIB might be advertised as type-5 EVPN route.
The user might have configured a route-map for advertising type-5 routes.
We need to apply this route-map while advertising ipv4/ipv6 routes as type-5.

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