FD.io VPP
v18.01-8-g0eacf49
Vector Packet Processing
|
Punt traffic to the host. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u8 | ipv |
u8 | l4_protocol |
u16 | l4_port |
Punt traffic to the host.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add punt if non-zero, else delete |
ipv | - L3 protocol 4 - IPv4, 6 - IPv6, ~0 - All |
l4_protocol | - L4 protocol to be punted, only UDP (0x11) is supported |
l4_port | - TCP/UDP port to be punted |