FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_set_punt_t Struct Reference

Punt traffic to the host. More...

+ Collaboration diagram for vl_api_set_punt_t:

Data Fields

u32 client_index
 
u32 context
 
u8 is_add
 
vl_api_punt_t punt
 

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
punt- punt definition, only UDP (0x11) is supported

Definition at line 36 of file punt.api.

Field Documentation

◆ client_index

u32 vl_api_set_punt_t::client_index

Definition at line 37 of file punt.api.

◆ context

u32 vl_api_set_punt_t::context

Definition at line 38 of file punt.api.

◆ is_add

u8 vl_api_set_punt_t::is_add

Definition at line 39 of file punt.api.

◆ punt

vl_api_punt_t vl_api_set_punt_t::punt

Definition at line 40 of file punt.api.


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