summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-17 13:20:00 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-17 13:20:00 +0200
commit159fa4cea9fb8f36db8335755248e0fac81fb050 (patch)
treef2b0e3b5ced7f1030feeceff5e178dfd46a378c3 /filter/filter.h
parent2a40efa5e6252eb5a5dbe5e82dcd9c67ad7838a9 (diff)
downloadbird-159fa4cea9fb8f36db8335755248e0fac81fb050.tar
bird-159fa4cea9fb8f36db8335755248e0fac81fb050.zip
Finish moving of path matching. Use int_set_print from core for
printing community lists.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/filter/filter.h b/filter/filter.h
index e45b5f3..4af9317 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -11,6 +11,7 @@
#include "lib/resource.h"
#include "lib/ip.h"
+#include "nest/attrs.h"
struct f_inst { /* Instruction */
struct f_inst *next; /* Structure is 16 bytes, anyway */
@@ -39,12 +40,6 @@ struct prefix {
/* If range then prefix must be in range (len >> 16 & 0xff, len >> 8 & 0xff) */
};
-struct f_path_mask {
- struct f_path_mask *next;
- int val;
-};
-#define PM_ANY -1
-
struct f_val {
int type;
union {