From fd8181b694f97376c880e6b70ec63a8a678ef613 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Sat, 16 Jul 2016 08:51:16 +0100 Subject: Add ILA plugin This plugin is implementation of Identifier Locator Addressing (ILA) per IETF draft-herbert-nvo3-ila-2 Change-Id: I5d5f8fb55c490f358f628bceb5f57e7e7408e6ed Signed-off-by: Pierre Pfister Signed-off-by: Wolfgang Signed-off-by: Damjan Marion --- vnet/vnet/ip/lookup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnet') diff --git a/vnet/vnet/ip/lookup.h b/vnet/vnet/ip/lookup.h index c22c5003..78a2641d 100644 --- a/vnet/vnet/ip/lookup.h +++ b/vnet/vnet/ip/lookup.h @@ -146,6 +146,7 @@ _(dport, IP_FLOW_HASH_DST_PORT) \ _(proto, IP_FLOW_HASH_PROTO) \ _(reverse, IP_FLOW_HASH_REVERSE_SRC_DST) +#define IP_ADJACENCY_OPAQUE_SZ 16 /* IP unicast adjacency. */ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); @@ -187,6 +188,7 @@ typedef struct { struct { ip46_address_t next_hop; } indirect; + u8 opaque[IP_ADJACENCY_OPAQUE_SZ]; }; STRUCT_MARK(signature_end); -- cgit 1.2.3-korg