FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A representation of a GRE tunnel. More...
Data Fields | |
fib_node_t | node |
Linkage into the FIB object graph. More... | |
gre_tunnel_key_t * | key |
The hash table's key stored in separate memory since the tunnel_t memory can realloc. More... | |
ip46_address_t | tunnel_src |
The tunnel's source/local address. More... | |
fib_prefix_t | tunnel_dst |
The tunnel's destination/remote address. More... | |
u32 | outer_fib_index |
The FIB in which the src.dst address are present. More... | |
u32 | hw_if_index |
u32 | sw_if_index |
gre_tunnel_type_t | type |
fib_node_index_t | fib_entry_index |
The FIB entry sourced by the tunnel for its destination prefix. More... | |
u32 | sibling_index |
The tunnel is a child of the FIB entry for its desintion. More... | |
u32 | l2_tx_arc |
on a L2 tunnel this is the VLIB arc from the L2-tx to the l2-midchain More... | |
adj_index_t | l2_adj_index |
an L2 tunnel always rquires an L2 midchain. More... | |
fib_node_index_t gre_tunnel_t::fib_entry_index |
gre_tunnel_key_t* gre_tunnel_t::key |
adj_index_t gre_tunnel_t::l2_adj_index |
u32 gre_tunnel_t::l2_tx_arc |
fib_node_t gre_tunnel_t::node |
u32 gre_tunnel_t::outer_fib_index |
u32 gre_tunnel_t::sibling_index |
fib_prefix_t gre_tunnel_t::tunnel_dst |
ip46_address_t gre_tunnel_t::tunnel_src |
gre_tunnel_type_t gre_tunnel_t::type |