diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:35:29 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 15:35:29 +0200 |
commit | ef3a8138c909baf58c61ddf2edd815eab899d3a6 (patch) | |
tree | 3946ce7d821fb1ab9ea5e5902201e52e07044200 /nest | |
parent | 81aeccbb00bdc457c53bb8ab96715537513f7b2c (diff) | |
parent | 98fd158e28d89f10ee7a41b4f6a14fbd0021ef35 (diff) |
Merge commit '98fd158e28d89f10ee7a41b4f6a14fbd0021ef35' into haugesund
Diffstat (limited to 'nest')
-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 61a5f623..d703d681 100644 --- a/nest/route.h +++ b/nest/route.h @@ -700,9 +700,9 @@ const char *ea_custom_name(uint ea); #define EAF_TYPE_AS_PATH 0x06 /* BGP AS path (encoding per RFC 1771:4.3) */ #define EAF_TYPE_BITFIELD 0x09 /* 32-bit embedded bitfield */ #define EAF_TYPE_INT_SET 0x0a /* Set of u32's (e.g., a community list) */ -#define EAF_TYPE_PTR 0x0d /* Pointer to an object */ #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_IFACE 0x16 /* Interface pointer stored in adata */ #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) */ |