summaryrefslogtreecommitdiffstats
path: root/bgpd/subdir.am
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2019-02-15 03:07:27 +0100
committerChirag Shah <chirag@cumulusnetworks.com>2019-02-19 16:24:19 +0100
commit1dcc9e5bdb3968c1cc292036158c18138ba3e0f7 (patch)
treef35c371628c60d75caccaeb1dfa5906fda89f3f4 /bgpd/subdir.am
parentMerge pull request #3746 from ton31337/feature/rfc_8212 (diff)
downloadfrr-1dcc9e5bdb3968c1cc292036158c18138ba3e0f7.tar.xz
frr-1dcc9e5bdb3968c1cc292036158c18138ba3e0f7.zip
bgpd: vrl source-vrf route map filter
For VRF route leak, enable route map filter based on "source-vrf" check. Implemented match filter rule for "source-vrf" which compares leaked routes original vrf_id (where it leaked from) during importing into target VRF. Ticket:CM-23776 Reviewed By: Testing Done: Configure vrf route leak from vrf1 to vrf2, configure import vrf under vrf2 along with route-map with source-vrf filter. Add and remove source-vrf filter and checked routes were added and removed to vrf2 table via vpn (default) table. Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r--bgpd/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am
index aed2939d3..d281fe4e5 100644
--- a/bgpd/subdir.am
+++ b/bgpd/subdir.am
@@ -224,6 +224,8 @@ bgpd/bgp_route_clippy.c: $(CLIPPY_DEPS)
bgpd/bgp_route.$(OBJEXT): bgpd/bgp_route_clippy.c
bgpd/bgp_debug_clippy.c: $(CLIPPY_DEPS)
bgpd/bgp_debug.$(OBJEXT): bgpd/bgp_debug_clippy.c
+bgpd/bgp_routemap_clippy.c: $(CLIPPY_DEPS)
+bgpd/bgp_routemap.$(OBJEXT): bgpd/bgp_routemap_clippy.c
bgpd/bgp_rpki_clippy.c: $(CLIPPY_DEPS)
$(AUTOMAKE_DUMMY)bgpd/bgpd_bgpd_rpki_la-bgp_rpki.lo: bgpd/bgp_rpki_clippy.c
$(AUTOMAKE_DUMMY)bgpd/bgpd_rpki_la-bgp_rpki.lo: bgpd/bgp_rpki_clippy.c