![]() |
FD.io VPP
v21.01
Vector Packet Processing
|
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... | |
| union { ... } |
Source and destination IP addresses.
| gre_tunnel_key_common_t gre_tunnel_key4_t_::gtk_common |
| ip4_address_t gre_tunnel_key4_t_::gtk_dst |
| ip4_address_t gre_tunnel_key4_t_::gtk_src |