FD.io VPP
v18.01.2-1-g9b554f3
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 44 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::dst |
tunnel dst IPv4 address
Definition at line 51 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::length |
pkt length
Definition at line 48 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::sa_id |
tunnel IPSec SA id
Definition at line 53 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::src |
tunnel src IPv4 address
Definition at line 50 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::tunnel_id |
Tunnel-id / index in tunnel vector.
Definition at line 46 of file ipsec_gre.c.