From bc4131433590f605da05dd9f9d6d385dbbd1c1d0 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 19 May 2015 17:40:47 -0700 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'bgpd/bgp_attr.h') diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h index 2d796b5b7..5aa0c39f9 100644 --- a/bgpd/bgp_attr.h +++ b/bgpd/bgp_attr.h @@ -109,6 +109,7 @@ struct attr struct in_addr nexthop; u_int32_t med; u_int32_t local_pref; + u_int32_t nh_ifindex; /* Path origin attribute */ u_char origin; -- cgit v1.2.3