FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
dump details of an GTPU tunnel More...
Data Fields | |
u32 | context |
u32 | sw_if_index |
u8 | is_ipv6 |
u8 | src_address [16] |
u8 | dst_address [16] |
u32 | mcast_sw_if_index |
u32 | encap_vrf_id |
u32 | decap_next_index |
u32 | teid |
dump details of an GTPU tunnel
context | - sender context, to match reply w/ request |
sw_if_index | - software index of the interface |
is_ipv6 | - src_address and dst_address is ipv6 or not |
src_address | - GTPU tunnel's source address. |
dst_address | - GTPU tunnel's destination address. |
mcast_sw_if_index | - version, O-bit and C-bit (see nsh_packet.h) |
encap_vrf_id | - fib identifier used for outgoing encapsulated packets |
decap_next_index | - the index of the next node if success |
teid | - Local Tunnel Endpoint Identifier |