summaryrefslogtreecommitdiffstats
path: root/lib/routemap_cli.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-08-24 16:42:37 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-08-24 16:42:37 +0200
commit14b066917b38b609da70026a6080eea00a927b04 (patch)
treeb240c91b80b348f9828e3656509a17453839217b /lib/routemap_cli.c
parentMerge pull request #9446 from mobash-rasool/ospfv3-bug-fixes (diff)
downloadfrr-14b066917b38b609da70026a6080eea00a927b04.tar.xz
frr-14b066917b38b609da70026a6080eea00a927b04.zip
lib: remove the dependency on bgpd code
The library code should not depend on a specific daemon's code. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/routemap_cli.c')
-rw-r--r--lib/routemap_cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c
index 77455d991..58c62e614 100644
--- a/lib/routemap_cli.c
+++ b/lib/routemap_cli.c
@@ -25,7 +25,6 @@
#include "lib/command.h"
#include "lib/northbound_cli.h"
#include "lib/routemap.h"
-#include "bgpd/bgp_ecommunity.h"
#ifndef VTYSH_EXTRACT_PL
#include "lib/routemap_cli_clippy.c"