From 26c09e1d25abff7fb88959dc6fbaa7ae5eb295ad Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 30 May 2000 10:42:39 +0000 Subject: Added read-only access to all required fields in rta. --- filter/filter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'filter/filter.h') diff --git a/filter/filter.h b/filter/filter.h index 1039c6f..04a2623 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 */ -- cgit v1.2.3