commit | 0490729cc033a3483fc6b0ed45085ee249cac779 | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Thu Jan 07 10:03:01 2016 -0500 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:40 2016 +0000 |
tree | fb2822462801e3bc82ae1425d065d3d5e4d71954 | |
parent | 7748fdc757a2181649dd4956f2767545673ef28d [diff] [blame] |
lib, bgpd, tests: Refactor FILTER_X in zebra.h lib/zebra.h has FILTER_X #define's. These do not belong there. Put them in lib/filter.h where they belong. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
diff --git a/bgpd/bgp_clist.c b/bgpd/bgp_clist.c index db2cfa4..bb06028 100644 --- a/bgpd/bgp_clist.c +++ b/bgpd/bgp_clist.c
@@ -23,6 +23,7 @@ #include "command.h" #include "prefix.h" #include "memory.h" +#include "filter.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_community.h"