Revision 42a0c054 filter/filter.h
filter/filter.h | ||
---|---|---|
46 | 46 |
int type; |
47 | 47 |
union { |
48 | 48 |
int i; |
49 |
u64 ec; |
|
49 | 50 |
/* ip_addr ip; Folded into prefix */ |
50 | 51 |
struct f_prefix px; |
51 | 52 |
char *s; |
... | ... | |
152 | 153 |
#define T_PATH_MASK 0x23 /* mask for BGP path */ |
153 | 154 |
#define T_PATH 0x24 /* BGP path */ |
154 | 155 |
#define T_CLIST 0x25 /* Community list */ |
156 |
#define T_ECLIST 0x26 /* Extended community list */ |
|
157 |
#define T_EC 0x27 /* Extended community value, u64 */ |
|
155 | 158 |
|
156 | 159 |
#define T_RETURN 0x40 |
157 | 160 |
#define T_SET 0x80 |
Also available in: Unified diff