FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
vnet_declare_rewrite (VLIB_BUFFER_PRE_DATA_SIZE) | |
Data Fields | |
dpo_id_t | next_dpo |
u16 | sclass |
u16 | flags |
u32 | vni |
ip46_address_t | src |
ip46_address_t | dst |
u32 | mcast_sw_if_index |
u32 | decap_next_index |
u32 | encap_fib_index |
u32 | sw_if_index |
u32 | hw_if_index |
uword | encap_next_node |
Next node after VxLAN-GBP encap. More... | |
fib_node_t | node |
Linkage into the FIB object graph. More... | |
fib_node_index_t | fib_entry_index |
adj_index_t | mcast_adj_index |
u32 | sibling_index |
The tunnel is a child of the FIB entry for its destination. More... | |
u32 | dev_instance |
u32 | user_instance |
Definition at line 62 of file vxlan_gbp.h.
vxlan_gbp_tunnel_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
vxlan_gbp_tunnel_t::vnet_declare_rewrite | ( | VLIB_BUFFER_PRE_DATA_SIZE | ) |
u32 vxlan_gbp_tunnel_t::decap_next_index |
Definition at line 87 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::dev_instance |
Definition at line 119 of file vxlan_gbp.h.
ip46_address_t vxlan_gbp_tunnel_t::dst |
Definition at line 81 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::encap_fib_index |
Definition at line 90 of file vxlan_gbp.h.
uword vxlan_gbp_tunnel_t::encap_next_node |
Next node after VxLAN-GBP encap.
Definition at line 97 of file vxlan_gbp.h.
fib_node_index_t vxlan_gbp_tunnel_t::fib_entry_index |
Definition at line 108 of file vxlan_gbp.h.
u16 vxlan_gbp_tunnel_t::flags |
Definition at line 74 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::hw_if_index |
Definition at line 94 of file vxlan_gbp.h.
adj_index_t vxlan_gbp_tunnel_t::mcast_adj_index |
Definition at line 109 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::mcast_sw_if_index |
Definition at line 84 of file vxlan_gbp.h.
dpo_id_t vxlan_gbp_tunnel_t::next_dpo |
Definition at line 68 of file vxlan_gbp.h.
fib_node_t vxlan_gbp_tunnel_t::node |
Linkage into the FIB object graph.
Definition at line 102 of file vxlan_gbp.h.
u16 vxlan_gbp_tunnel_t::sclass |
Definition at line 71 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::sibling_index |
The tunnel is a child of the FIB entry for its destination.
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.
Definition at line 117 of file vxlan_gbp.h.
ip46_address_t vxlan_gbp_tunnel_t::src |
Definition at line 80 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::sw_if_index |
Definition at line 93 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::user_instance |
Definition at line 120 of file vxlan_gbp.h.
u32 vxlan_gbp_tunnel_t::vni |
Definition at line 77 of file vxlan_gbp.h.