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

Key for a IPv4 GRE Tunnel. More...

+ Collaboration diagram for gre_tunnel_key4_t_:

Data Fields

union {
   struct {
      ip4_address_t   gtk_src
 
      ip4_address_t   gtk_dst
 
   } 
 
   u64   gtk_as_u64
 
}; 
 Source and destination IP addresses. More...
 
gre_tunnel_key_common_t gtk_common
 address independent attributes More...
 

Detailed Description

Key for a IPv4 GRE Tunnel.

Definition at line 121 of file gre.h.

Field Documentation

◆ @283

union { ... }

Source and destination IP addresses.

◆ gtk_as_u64

u64 gre_tunnel_key4_t_::gtk_as_u64

Definition at line 133 of file gre.h.

◆ gtk_common

gre_tunnel_key_common_t gre_tunnel_key4_t_::gtk_common

address independent attributes

Definition at line 137 of file gre.h.

◆ gtk_dst

ip4_address_t gre_tunnel_key4_t_::gtk_dst

Definition at line 131 of file gre.h.

◆ gtk_src

ip4_address_t gre_tunnel_key4_t_::gtk_src

Definition at line 130 of file gre.h.


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