]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: bgpd-route-map-match-interface.patch
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:47 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:47 +0000 (17:40 -0700)
commitbc4131433590f605da05dd9f9d6d385dbbd1c1d0
treeb7c7bb1f63e125aa031918c01b1420ac7ef56c19
parent503006bc2a48c9ec70ee9e8a9fd7725b9304642f
bgpd: bgpd-route-map-match-interface.patch

BGP: Add match interface support to BGP route-map.

Currently, BGP route maps don't support interface match. This is a problem
for commands such as redistribite connected that cannot exclude routes from
specific interfaces (such as mgmt interfaces).
bgpd/bgp_attr.h
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_routemap.c
bgpd/bgp_zebra.c