From: Pavel Machek Date: Wed, 26 Apr 2000 07:47:47 +0000 (+0000) Subject: Marked place where new enums belong. X-Git-Tag: v1.2.0~1103 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=471bd6c30bb0d172699ea7af8f8b9356c8fe48b3;p=thirdparty%2Fbird.git Marked place where new enums belong. --- diff --git a/filter/filter.h b/filter/filter.h index 059636eac..86450591e 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