summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-01-07 10:03:01 -0500
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-08-16 11:00:22 -0400
commit039f3a3495b9b19e486d296de57a8ba46f9a8c87 (patch)
tree7e99170e3abc58e6a2dad057873330b859c267b3 /lib/zebra.h
parent6bcd6029f1143b62f005c3508df3b3021787f898 (diff)
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 'lib/zebra.h')
-rw-r--r--lib/zebra.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 59c154ba46..b3a814c0d2 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -522,11 +522,6 @@ typedef enum {
#define SAFI_ENCAP 7 /* per IANA */
#define SAFI_MAX 8
-/* Filter direction. */
-#define FILTER_IN 0
-#define FILTER_OUT 1
-#define FILTER_MAX 2
-
/* Default Administrative Distance of each protocol. */
#define ZEBRA_KERNEL_DISTANCE_DEFAULT 0
#define ZEBRA_CONNECT_DISTANCE_DEFAULT 0