diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-01-07 16:03:01 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-08-16 17:00:22 +0200 |
commit | 039f3a3495b9b19e486d296de57a8ba46f9a8c87 (patch) | |
tree | 7e99170e3abc58e6a2dad057873330b859c267b3 /bgpd/bgp_bfd.c | |
parent | pimd: don't break with missing SO_BINDTODEVICE (diff) | |
download | frr-039f3a3495b9b19e486d296de57a8ba46f9a8c87.tar.xz frr-039f3a3495b9b19e486d296de57a8ba46f9a8c87.zip |
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>
(cherry picked from commit 0490729cc033a3483fc6b0ed45085ee249cac779)
Diffstat (limited to 'bgpd/bgp_bfd.c')
-rw-r--r-- | bgpd/bgp_bfd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c index b8b005369..b0c812cca 100644 --- a/bgpd/bgp_bfd.c +++ b/bgpd/bgp_bfd.c @@ -34,6 +34,8 @@ #include "vty.h" #include "bfd.h" #include "lib/json.h" +#include "filter.h" + #include "bgpd/bgpd.h" #include "bgp_fsm.h" #include "bgpd/bgp_bfd.h" |