summaryrefslogtreecommitdiffstats
path: root/filter/filter.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-26 09:47:47 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-26 09:47:47 +0200
commit471bd6c30bb0d172699ea7af8f8b9356c8fe48b3 (patch)
treed8d44d8525d970ad266f9c83d8c23ea9916711b1 /filter/filter.h
parent94d9dfa47a14609e7057f26614b4094dddc8439d (diff)
downloadbird-471bd6c30bb0d172699ea7af8f8b9356c8fe48b3.tar
bird-471bd6c30bb0d172699ea7af8f8b9356c8fe48b3.zip
Marked place where new enums belong.
Diffstat (limited to 'filter/filter.h')
-rw-r--r--filter/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h
index 059636e..8645059 100644
--- a/filter/filter.h
+++ b/filter/filter.h
@@ -106,6 +106,8 @@ void val_print(struct f_val v);
#define T_ENUM_HI 0x3f
#define T_ENUM_RTS 0x30
+#define T_ENUM_BGP_ORIGIN 0x31
+/* new enums go here */
#define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */
#define T_ENUM T_ENUM_LO ... T_ENUM_HI