FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
gre_tunnel_key_common_t_ Struct Reference

Elements of the GRE key that are common for v6 and v6 addresses. More...

Data Fields

union {
   struct {
      u32   fib_index
 
      u16   session_id
 
      gre_tunnel_type_t   type
 
      gre_tunnel_mode_t   mode
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Elements of the GRE key that are common for v6 and v6 addresses.

Definition at line 101 of file gre.h.

Field Documentation

◆ @279

union { ... }

◆ as_u64

u64 gre_tunnel_key_common_t_::as_u64

Definition at line 112 of file gre.h.

◆ fib_index

u32 gre_tunnel_key_common_t_::fib_index

Definition at line 107 of file gre.h.

◆ mode

gre_tunnel_mode_t gre_tunnel_key_common_t_::mode

Definition at line 110 of file gre.h.

◆ session_id

u16 gre_tunnel_key_common_t_::session_id

Definition at line 108 of file gre.h.

◆ type

gre_tunnel_type_t gre_tunnel_key_common_t_::type

Definition at line 109 of file gre.h.


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