]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: add bgp_flowspec_vty to Makefile.am 2165/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Apr 2018 07:24:00 +0000 (09:24 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 3 May 2018 13:15:08 +0000 (15:15 +0200)
In order to be able to configure flowspec from vtysh, the bgp_vty
flowspec file is added into vtysh files to parse.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
vtysh/Makefile.am

index 52641de72c3f4083b864f2c5853fb0e1e9559fb0..d82f9fd1b8557ab60fdca444beb4ad672ccf75b8 100644 (file)
@@ -54,6 +54,7 @@ vtysh_scan += $(top_srcdir)/bgpd/bgp_nexthop.c
 vtysh_scan += $(top_srcdir)/bgpd/bgp_route.c
 vtysh_scan += $(top_srcdir)/bgpd/bgp_routemap.c
 vtysh_scan += $(top_srcdir)/bgpd/bgp_vty.c
+vtysh_scan += $(top_srcdir)/bgpd/bgp_flowspec_vty.c
 endif
 
 if RPKI