diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-03-08 00:03:04 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-03-08 00:15:45 +0100 |
commit | 0171af179b9e9538fb91e9f30f51f774779d9402 (patch) | |
tree | cd07017eba0796c8028cf9d7f149d7c4f01bb544 /nest/route.h | |
parent | 8bb0b0d7575a7f7701c44d8907381f546c001331 (diff) |
BGP: Tunnel Encapsulation attributeold/wg-tlv
Refer to draft-ietf-idr-tunnel-encaps-11
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index 5b7085bf..377e0915 100644 --- a/nest/route.h +++ b/nest/route.h @@ -504,7 +504,7 @@ const char *ea_custom_name(uint ea); #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_LC_SET 0x12 /* Set of triplets of u32's - large community list */ -#define EAF_TYPE_TUNNEL_ENCAP 0x13 /* Tunnel Encapsulation (encoding per draft-ietf-idr-tunnel-encaps-10) */ +#define EAF_TYPE_TUNNEL_ENCAP 0x14 /* Tunnel Encapsulation (encoding per draft-ietf-idr-tunnel-encaps-11) */ #define EAF_TYPE_UNDEF 0x1f /* `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) */ |