diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 17:42:37 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 17:42:37 +0300 | 
| commit | 14b066917b38b609da70026a6080eea00a927b04 (patch) | |
| tree | b240c91b80b348f9828e3656509a17453839217b /bgpd/bgp_routemap_nb_config.c | |
| parent | 6b7388555605024fd6594cc998badb6bcd7069f5 (diff) | |
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 'bgpd/bgp_routemap_nb_config.c')
| -rw-r--r-- | bgpd/bgp_routemap_nb_config.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_routemap_nb_config.c b/bgpd/bgp_routemap_nb_config.c index 398e7323db..d7ba986a2f 100644 --- a/bgpd/bgp_routemap_nb_config.c +++ b/bgpd/bgp_routemap_nb_config.c @@ -25,7 +25,6 @@  #include "lib/routemap.h"  #include "bgpd/bgpd.h"  #include "bgpd/bgp_routemap_nb.h" -#include "bgpd/bgp_ecommunity.h"  /* Add bgp route map rule. */  static int bgp_route_match_add(struct route_map_index *index,  | 
