FD.io VPP  v21.06
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
 
      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 90 of file gre.h.

Field Documentation

◆ @359

union { ... }

◆ as_u64

u64 gre_tunnel_key_common_t_::as_u64

Definition at line 101 of file gre.h.

◆ fib_index

u32 gre_tunnel_key_common_t_::fib_index

Definition at line 96 of file gre.h.

◆ mode

tunnel_mode_t gre_tunnel_key_common_t_::mode

Definition at line 99 of file gre.h.

◆ session_id

u16 gre_tunnel_key_common_t_::session_id

Definition at line 97 of file gre.h.

◆ type

gre_tunnel_type_t gre_tunnel_key_common_t_::type

Definition at line 98 of file gre.h.


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