FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_nat_worker_details_t Struct Reference

NAT workers details response. More...

Data Fields

u32 context
 
u32 worker_index
 
u32 lcore_id
 
string name [64]
 

Detailed Description

NAT workers details response.

Template Parameters
context- sender context, to match reply w/ request
worker_index- worker index
lcore_id- lcore ID
name- worker name

Definition at line 192 of file nat.api.

Field Documentation

◆ context

u32 vl_api_nat_worker_details_t::context

Definition at line 193 of file nat.api.

◆ lcore_id

u32 vl_api_nat_worker_details_t::lcore_id

Definition at line 195 of file nat.api.

◆ name

string vl_api_nat_worker_details_t::name[64]

Definition at line 196 of file nat.api.

◆ worker_index

u32 vl_api_nat_worker_details_t::worker_index

Definition at line 194 of file nat.api.


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