From fa6e7b86f441eced040ef8bef754969ea60c35fd Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 25 Apr 2018 09:24:00 +0200 Subject: [PATCH] vtysh: add bgp_flowspec_vty to Makefile.am 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 --- vtysh/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 52641de72c..d82f9fd1b8 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -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 -- 2.39.5