FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_punt_t Struct Reference

Punt traffic to the host. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_add
 
u8 ipv
 
u8 l4_protocol
 
u16 l4_port
 

Detailed Description

Punt traffic to the host.

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

Definition at line 5277 of file vpe.api.

Field Documentation

u32 vl_api_punt_t::client_index

Definition at line 5278 of file vpe.api.

u32 vl_api_punt_t::context

Definition at line 5279 of file vpe.api.

u8 vl_api_punt_t::ipv

Definition at line 5281 of file vpe.api.

u8 vl_api_punt_t::is_add

Definition at line 5280 of file vpe.api.

u16 vl_api_punt_t::l4_port

Definition at line 5283 of file vpe.api.

u8 vl_api_punt_t::l4_protocol

Definition at line 5282 of file vpe.api.


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