Marked place where new enums belong.
This commit is contained in:
parent
94d9dfa47a
commit
471bd6c30b
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ void val_print(struct f_val v);
|
||||||
#define T_ENUM_HI 0x3f
|
#define T_ENUM_HI 0x3f
|
||||||
|
|
||||||
#define T_ENUM_RTS 0x30
|
#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_EMPTY 0x3f /* Special hack for atomic_aggr */
|
||||||
|
|
||||||
#define T_ENUM T_ENUM_LO ... T_ENUM_HI
|
#define T_ENUM T_ENUM_LO ... T_ENUM_HI
|
||||||
|
|
Loading…
Reference in a new issue