diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-08-12 21:03:43 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-08-14 13:55:02 +0200 |
commit | 42a0c05408c4151442e6a0ec1c6889acbcfe9c17 (patch) | |
tree | 5a4992c5fa66256987e335ffe94ee960ed1ff9db /nest/route.h | |
parent | bde872bba745e5596bdb066df6ef323b7cabcfdd (diff) |
BGP Extended communities.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index c77fe417..641b9248 100644 --- a/nest/route.h +++ b/nest/route.h @@ -363,6 +363,7 @@ typedef struct eattr { #define EAF_TYPE_ROUTER_ID 0x05 /* Router ID (IPv4 address) */ #define EAF_TYPE_AS_PATH 0x06 /* BGP AS path (encoding per RFC 1771:4.3) */ #define EAF_TYPE_INT_SET 0x0a /* Set of u32's (e.g., a community list) */ +#define EAF_TYPE_EC_SET 0x0e /* Set of pairs of u32's - ext. community list */ #define EAF_TYPE_UNDEF 0x0f /* `force undefined' entry */ #define EAF_EMBEDDED 0x01 /* Data stored in eattr.u.data (part of type spec) */ #define EAF_VAR_LENGTH 0x02 /* Attribute length is variable (part of type spec) */ |