FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vnet_vxlan_add_del_tunnel_args_t Struct Reference

Data Fields

u8 is_add
 
u8 is_ip6
 
u8 is_l3
 
u32 instance
 
ip46_address_t src
 
ip46_address_t dst
 
u32 mcast_sw_if_index
 
u32 encap_fib_index
 
u32 decap_next_index
 
u32 vni
 
u16 src_port
 
u16 dst_port
 

Detailed Description

Definition at line 210 of file vxlan.h.

Field Documentation

◆ decap_next_index

u32 vnet_vxlan_add_del_tunnel_args_t::decap_next_index

Definition at line 222 of file vxlan.h.

◆ dst

ip46_address_t vnet_vxlan_add_del_tunnel_args_t::dst

Definition at line 219 of file vxlan.h.

◆ dst_port

u16 vnet_vxlan_add_del_tunnel_args_t::dst_port

Definition at line 225 of file vxlan.h.

◆ encap_fib_index

u32 vnet_vxlan_add_del_tunnel_args_t::encap_fib_index

Definition at line 221 of file vxlan.h.

◆ instance

u32 vnet_vxlan_add_del_tunnel_args_t::instance

Definition at line 218 of file vxlan.h.

◆ is_add

u8 vnet_vxlan_add_del_tunnel_args_t::is_add

Definition at line 212 of file vxlan.h.

◆ is_ip6

u8 vnet_vxlan_add_del_tunnel_args_t::is_ip6

Definition at line 216 of file vxlan.h.

◆ is_l3

u8 vnet_vxlan_add_del_tunnel_args_t::is_l3

Definition at line 217 of file vxlan.h.

◆ mcast_sw_if_index

u32 vnet_vxlan_add_del_tunnel_args_t::mcast_sw_if_index

Definition at line 220 of file vxlan.h.

◆ src

ip46_address_t vnet_vxlan_add_del_tunnel_args_t::src

Definition at line 219 of file vxlan.h.

◆ src_port

u16 vnet_vxlan_add_del_tunnel_args_t::src_port

Definition at line 224 of file vxlan.h.

◆ vni

u32 vnet_vxlan_add_del_tunnel_args_t::vni

Definition at line 223 of file vxlan.h.


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