FD.io VPP
v16.09
Vector Packet Processing
|
Struct for VXLAN GPE node state. More...
Data Fields | |
vxlan_gpe_tunnel_t * | tunnels |
vector of encap tunnel instances More... | |
uword * | vxlan4_gpe_tunnel_by_key |
lookup IPv4 VXLAN GPE tunnel by key More... | |
uword * | vxlan6_gpe_tunnel_by_key |
lookup IPv6 VXLAN GPE tunnel by key More... | |
u32 * | free_vxlan_gpe_tunnel_hw_if_indices |
Free vlib hw_if_indices. More... | |
u32 * | tunnel_index_by_sw_if_index |
Mapping from sw_if_index to tunnel index. More... | |
vlib_main_t * | vlib_main |
State convenience vlib_main_t. More... | |
vnet_main_t * | vnet_main |
State convenience vnet_main_t. More... | |
Struct for VXLAN GPE node state.
Definition at line 146 of file vxlan_gpe.h.
u32* vxlan_gpe_main_t::free_vxlan_gpe_tunnel_hw_if_indices |
Free vlib hw_if_indices.
Definition at line 156 of file vxlan_gpe.h.
u32* vxlan_gpe_main_t::tunnel_index_by_sw_if_index |
Mapping from sw_if_index to tunnel index.
Definition at line 159 of file vxlan_gpe.h.
vxlan_gpe_tunnel_t* vxlan_gpe_main_t::tunnels |
vector of encap tunnel instances
Definition at line 148 of file vxlan_gpe.h.
vlib_main_t* vxlan_gpe_main_t::vlib_main |
State convenience vlib_main_t.
Definition at line 162 of file vxlan_gpe.h.
vnet_main_t* vxlan_gpe_main_t::vnet_main |
State convenience vnet_main_t.
Definition at line 164 of file vxlan_gpe.h.
uword* vxlan_gpe_main_t::vxlan4_gpe_tunnel_by_key |
lookup IPv4 VXLAN GPE tunnel by key
Definition at line 151 of file vxlan_gpe.h.
uword* vxlan_gpe_main_t::vxlan6_gpe_tunnel_by_key |
lookup IPv6 VXLAN GPE tunnel by key
Definition at line 153 of file vxlan_gpe.h.