FD.io VPP
v16.09
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 56 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::dst |
tunnel dst IPv4 address
Definition at line 63 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::length |
pkt length
Definition at line 60 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::sa_id |
tunnel IPSec SA id
Definition at line 65 of file ipsec_gre.c.
ip4_address_t ipsec_gre_tx_trace_t::src |
tunnel src IPv4 address
Definition at line 62 of file ipsec_gre.c.
u32 ipsec_gre_tx_trace_t::tunnel_id |
Tunnel-id / index in tunnel vector.
Definition at line 58 of file ipsec_gre.c.