FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vxlan_decap_info_t Union Reference
+ Collaboration diagram for vxlan_decap_info_t:

Data Fields

struct {
   u32   sw_if_index
 
   union {
      struct {
         u16   next_index
 
         u8   error
 
      } 
 
      ip4_address_t   local_ip
 
   } 
 
}; 
 
u64 as_u64
 

Detailed Description

Definition at line 62 of file vxlan.h.

Field Documentation

struct { ... }
u64 vxlan_decap_info_t::as_u64

Definition at line 77 of file vxlan.h.

u8 vxlan_decap_info_t::error

Definition at line 72 of file vxlan.h.

ip4_address_t vxlan_decap_info_t::local_ip

Definition at line 74 of file vxlan.h.

u16 vxlan_decap_info_t::next_index

Definition at line 71 of file vxlan.h.

u32 vxlan_decap_info_t::sw_if_index

Definition at line 66 of file vxlan.h.


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