FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Packet trace. More...
Data Fields | |
u32 | tunnel_id |
Tunnel-id / index in tunnel vector. More... | |
u32 | length |
pkt length More... | |
ip4_address_t | src |
tunnel src IPv4 address More... | |
ip4_address_t | dst |
tunnel dst IPv4 address More... | |
u32 | sa_id |
tunnel IPSec SA id More... | |
Packet trace.
Definition at line 48 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::dst |
tunnel dst IPv4 address
Definition at line 55 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::length |
pkt length
Definition at line 52 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::sa_id |
tunnel IPSec SA id
Definition at line 57 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::src |
tunnel src IPv4 address
Definition at line 54 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::tunnel_id |
Tunnel-id / index in tunnel vector.
Definition at line 50 of file ipsec_gre.c.