FD.io VPP  v18.01-8-g0eacf49
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
 
u32 gtk_fib_index
 The FIB table the src,dst addresses are in. 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 108 of file gre.h.

Field Documentation

ip6_address_t gre_tunnel_key6_t_::gtk_dst

Definition at line 114 of file gre.h.

u32 gre_tunnel_key6_t_::gtk_fib_index

The FIB table the src,dst addresses are in.

tunnels with the same IP addresses in different FIBs are not the same tunnel

Definition at line 121 of file gre.h.

ip6_address_t gre_tunnel_key6_t_::gtk_src

Source and destination IP addresses.

Definition at line 113 of file gre.h.


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