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

Key for a IPv6 GRE Tunnel We use a different type so that the V4 key hash is as small as possible. More...

+ Collaboration diagram for gre_tunnel_key6_t_:

Data Fields

ip6_address_t gtk_src
 Source and destination IP addresses. More...
 
ip6_address_t gtk_dst
 
gre_tunnel_key_common_t gtk_common
 address independent attributes More...
 

Detailed Description

Key for a IPv6 GRE Tunnel We use a different type so that the V4 key hash is as small as possible.

Definition at line 146 of file gre.h.

Field Documentation

◆ gtk_common

gre_tunnel_key_common_t gre_tunnel_key6_t_::gtk_common

address independent attributes

Definition at line 155 of file gre.h.

◆ gtk_dst

ip6_address_t gre_tunnel_key6_t_::gtk_dst

Definition at line 152 of file gre.h.

◆ gtk_src

ip6_address_t gre_tunnel_key6_t_::gtk_src

Source and destination IP addresses.

Definition at line 151 of file gre.h.


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