libnftnl  1.3.1
Data Fields
nftnl_tunnel_opt Struct Reference

Data Fields

struct list_head list
 
enum nftnl_tunnel_type type
 
uint32_t flags
 
union {
   struct {
      uint32_t   gbp
 
   }   vxlan
 
   struct {
      uint32_t   version
 
      struct {
         uint32_t   index
 
      }   v1
 
      struct {
         uint8_t   hwid
 
         uint8_t   dir
 
      }   v2
 
   }   erspan
 
   struct {
      uint16_t   geneve_class
 
      uint8_t   type
 
      uint8_t   data [NFTNL_TUNNEL_GENEVE_DATA_MAXLEN]
 
      uint32_t   data_len
 
   }   geneve
 
}; 
 

Detailed Description

Definition at line 291 of file obj/tunnel.c.


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