]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Marked place where new enums belong.
authorPavel Machek <pavel@ucw.cz>
Wed, 26 Apr 2000 07:47:47 +0000 (07:47 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 26 Apr 2000 07:47:47 +0000 (07:47 +0000)
filter/filter.h

index 059636eaca69f686b74429729e4bbc627362a022..86450591e7dc3817a0d30ee1150490487e0997bd 100644 (file)
@@ -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