FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
vxlan_tunnel_t Struct Reference
+ Collaboration diagram for vxlan_tunnel_t:

Data Fields

u8rewrite
 
dpo_id_t next_dpo
 
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
 
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 desintion. More...
 

Detailed Description

Definition at line 68 of file vxlan.h.

Field Documentation

u32 vxlan_tunnel_t::decap_next_index

Definition at line 86 of file vxlan.h.

ip46_address_t vxlan_tunnel_t::dst

Definition at line 80 of file vxlan.h.

u32 vxlan_tunnel_t::encap_fib_index

Definition at line 89 of file vxlan.h.

fib_node_index_t vxlan_tunnel_t::fib_entry_index

Definition at line 104 of file vxlan.h.

u32 vxlan_tunnel_t::hw_if_index

Definition at line 93 of file vxlan.h.

adj_index_t vxlan_tunnel_t::mcast_adj_index

Definition at line 105 of file vxlan.h.

u32 vxlan_tunnel_t::mcast_sw_if_index

Definition at line 83 of file vxlan.h.

dpo_id_t vxlan_tunnel_t::next_dpo

Definition at line 73 of file vxlan.h.

fib_node_t vxlan_tunnel_t::node

Linkage into the FIB object graph.

Definition at line 98 of file vxlan.h.

u8* vxlan_tunnel_t::rewrite

Definition at line 70 of file vxlan.h.

u32 vxlan_tunnel_t::sibling_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.

Definition at line 113 of file vxlan.h.

ip46_address_t vxlan_tunnel_t::src

Definition at line 79 of file vxlan.h.

u32 vxlan_tunnel_t::sw_if_index

Definition at line 92 of file vxlan.h.

u32 vxlan_tunnel_t::vni

Definition at line 76 of file vxlan.h.


The documentation for this struct was generated from the following file: