FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Punt traffic to the host via socket. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | header_version |
u8 | is_ip4 |
u8 | l4_protocol |
u16 | l4_port |
u8 | pathname [108] |
Punt traffic to the host via socket.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
header_version | - expected meta data header version (currently 1) |
is_ip4 | - L3 protocol 1 - IPv4, 0 - IPv6 |
l4_protocol | - L4 protocol to be punted, only UDP (0x11) is supported |
l4_port | - TCP/UDP port to be punted |