From 7936ba1d97303af6853d858e6fc022abbca090ad Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 28 Sep 2018 01:03:42 +0200 Subject: Filter: TLV --- nest/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/route.h') diff --git a/nest/route.h b/nest/route.h index 1b4f2866..96159dab 100644 --- a/nest/route.h +++ b/nest/route.h @@ -517,6 +517,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 0x16 /* Tunnel Encapsulation (encoding per draft-ietf-idr-tunnel-encaps-13) */ #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) */ -- cgit v1.2.3