FD.io VPP  v18.01.1-37-g7ea3975
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...
 
u32 gtk_fib_index
 The FIB table the src,dst addresses are in. More...
 

Detailed Description

Key for a IPv4 GRE Tunnel.

Definition at line 81 of file gre.h.

Field Documentation

union { ... }

Source and destination IP addresses.

u64 gre_tunnel_key4_t_::gtk_as_u64

Definition at line 93 of file gre.h.

ip4_address_t gre_tunnel_key4_t_::gtk_dst

Definition at line 91 of file gre.h.

u32 gre_tunnel_key4_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 101 of file gre.h.

ip4_address_t gre_tunnel_key4_t_::gtk_src

Definition at line 90 of file gre.h.


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