From 4c3ba81709bab8f9fcdef650e7f742fe9ddbae32 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 26 Mar 2019 07:02:58 +0000 Subject: ADJ: midchain delegate to performing stacking this can be used by e.g. tunnels so it doesn't need to be implemented for each tunnel type. Change-Id: I0790f89aa49f83421612b35108cce67693285999 Signed-off-by: Neale Ranns --- src/vnet/gre/gre.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/vnet/gre/gre.h') diff --git a/src/vnet/gre/gre.h b/src/vnet/gre/gre.h index 416ab300877..a1a03dfb535 100644 --- a/src/vnet/gre/gre.h +++ b/src/vnet/gre/gre.h @@ -180,11 +180,6 @@ typedef struct */ CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); - /** - * Linkage into the FIB object graph - */ - fib_node_t node; - /** * The hash table's key stored in separate memory since the tunnel_t * memory can realloc. @@ -207,19 +202,6 @@ typedef struct u32 sw_if_index; gre_tunnel_type_t type; - /** - * The FIB entry sourced by the tunnel for its destination prefix - */ - fib_node_index_t fib_entry_index; - - /** - * The tunnel is a child of the FIB entry for its desintion. This is - * so it receives updates when the forwarding information for that entry - * changes. - * The tunnels sibling index on the FIB entry's dependency list. - */ - u32 sibling_index; - /** * an L2 tunnel always rquires an L2 midchain. cache here for DP. */ -- cgit 1.2.3-korg