summaryrefslogtreecommitdiffstats
path: root/bgpd/Makefile.am
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-02-19 17:17:41 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-03-30 14:01:05 +0200
commitdba3c1d3fbf563aab505aebeed0ece7480e895a4 (patch)
tree1ef1da8589492639cfc9116c3a707e4ffc65ac8b /bgpd/Makefile.am
parentbgpd: ecommunity show bgp ipv4 flowspec (diff)
downloadfrr-dba3c1d3fbf563aab505aebeed0ece7480e895a4.tar.xz
frr-dba3c1d3fbf563aab505aebeed0ece7480e895a4.zip
bgpd: support for show bgp ipv4 flowspec
The show bgp ipv4 flowspec routine is made available, displays the flowspec rules contained in the BGP FIB database, as well as the actions to be done on those rules. Two routines are available: show bgp ipv4 flowspec show bgp ipv4 flowspec detail Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/Makefile.am')
-rw-r--r--bgpd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am
index a8e50e0ba..61d46dfcb 100644
--- a/bgpd/Makefile.am
+++ b/bgpd/Makefile.am
@@ -86,7 +86,8 @@ libbgp_a_SOURCES = \
bgp_nht.c bgp_updgrp.c bgp_updgrp_packet.c bgp_updgrp_adv.c bgp_bfd.c \
bgp_encap_tlv.c $(BGP_VNC_RFAPI_SRC) bgp_attr_evpn.c \
bgp_evpn.c bgp_evpn_vty.c bgp_vpn.c bgp_label.c bgp_rd.c \
- bgp_keepalives.c bgp_io.c bgp_flowspec.c bgp_flowspec_util.c
+ bgp_keepalives.c bgp_io.c bgp_flowspec.c bgp_flowspec_util.c \
+ bgp_flowspec_vty.c
noinst_HEADERS = \
bgp_memory.h \