FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_punt_socket_register_t Struct Reference

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]
 

Detailed Description

Punt traffic to the host via socket.

Template Parameters
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

Definition at line 43 of file punt.api.

Field Documentation

u32 vl_api_punt_socket_register_t::client_index

Definition at line 44 of file punt.api.

u32 vl_api_punt_socket_register_t::context

Definition at line 45 of file punt.api.

u32 vl_api_punt_socket_register_t::header_version

Definition at line 46 of file punt.api.

u8 vl_api_punt_socket_register_t::is_ip4

Definition at line 47 of file punt.api.

u16 vl_api_punt_socket_register_t::l4_port

Definition at line 49 of file punt.api.

u8 vl_api_punt_socket_register_t::l4_protocol

Definition at line 48 of file punt.api.

u8 vl_api_punt_socket_register_t::pathname[108]

Definition at line 50 of file punt.api.


The documentation for this struct was generated from the following file: