diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-30 10:42:39 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-30 10:42:39 +0000 |
commit | 26c09e1d25abff7fb88959dc6fbaa7ae5eb295ad (patch) | |
tree | 2a309ee61845f91be7f9f4d58d88246fb64f1278 /filter/filter.h | |
parent | 2d6627a7a5e52f8314520f9aefd82040e24849cb (diff) |
Added read-only access to all required fields in rta.
Diffstat (limited to 'filter/filter.h')
-rw-r--r-- | filter/filter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h index 1039c6ff..04a26236 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -109,6 +109,9 @@ void val_print(struct f_val v); #define T_ENUM_RTS 0x30 #define T_ENUM_BGP_ORIGIN 0x31 +#define T_ENUM_SCOPE 0x32 +#define T_ENUM_RTC 0x33 +#define T_ENUM_RTD 0x34 /* new enums go here */ #define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */ |