FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Struct for VXLAN GPE tunnel. More...
Data Fields | |
u8 * | rewrite |
Rewrite string. More... | |
u8 | protocol |
encapsulated protocol More... | |
ip46_address_t | local |
tunnel local address More... | |
ip46_address_t | remote |
tunnel remote address More... | |
u32 | encap_fib_index |
FIB indices - tunnel partner lookup here. More... | |
u32 | decap_fib_index |
FIB indices - inner IP packet lookup here. More... | |
u32 | vni |
VXLAN GPE VNI in HOST byte order, shifted left 8 bits. More... | |
u32 | hw_if_index |
vnet intfc hw_if_index More... | |
u32 | sw_if_index |
vnet intfc sw_if_index More... | |
u32 | flags |
flags More... | |
u8 | rewrite_size |
rewrite size for dynamic plugins like iOAM More... | |
uword | encap_next_node |
Next node after VxLAN-GPE encap. More... | |
Struct for VXLAN GPE tunnel.
Definition at line 90 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::decap_fib_index |
FIB indices - inner IP packet lookup here.
Definition at line 105 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::encap_fib_index |
FIB indices - tunnel partner lookup here.
Definition at line 103 of file vxlan_gpe.h.
uword vxlan_gpe_tunnel_t::encap_next_node |
Next node after VxLAN-GPE encap.
Definition at line 122 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::flags |
flags
Definition at line 116 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::hw_if_index |
vnet intfc hw_if_index
Definition at line 111 of file vxlan_gpe.h.
ip46_address_t vxlan_gpe_tunnel_t::local |
tunnel local address
Definition at line 98 of file vxlan_gpe.h.
u8 vxlan_gpe_tunnel_t::protocol |
encapsulated protocol
Definition at line 95 of file vxlan_gpe.h.
ip46_address_t vxlan_gpe_tunnel_t::remote |
tunnel remote address
Definition at line 100 of file vxlan_gpe.h.
u8* vxlan_gpe_tunnel_t::rewrite |
u8 vxlan_gpe_tunnel_t::rewrite_size |
rewrite size for dynamic plugins like iOAM
Definition at line 119 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::sw_if_index |
vnet intfc sw_if_index
Definition at line 113 of file vxlan_gpe.h.
u32 vxlan_gpe_tunnel_t::vni |
VXLAN GPE VNI in HOST byte order, shifted left 8 bits.
Definition at line 108 of file vxlan_gpe.h.