FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_sw_interface_dump_t Struct Reference

Request all or filtered subset of sw_interface_details. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
bool name_filter_valid
 
string name_filter []
 

Detailed Description

Request all or filtered subset of sw_interface_details.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- index of the interface to dump info on, 0 or ~0 if on all TODO: Support selecting only index==0 when CSIT is ready.
name_filter_valid- 1 if requesting a filtered subset of records else 0 if name filter is set as valid, sw_if_index value is ignored and all interfaces are examined
name_filter- interface name substring filter. Eg. loop1 returns [loop1, loop10]

Definition at line 214 of file interface.api.

Field Documentation

u32 vl_api_sw_interface_dump_t::client_index

Definition at line 216 of file interface.api.

u32 vl_api_sw_interface_dump_t::context

Definition at line 217 of file interface.api.

string vl_api_sw_interface_dump_t::name_filter[]

Definition at line 220 of file interface.api.

bool vl_api_sw_interface_dump_t::name_filter_valid

Definition at line 219 of file interface.api.

vl_api_interface_index_t vl_api_sw_interface_dump_t::sw_if_index

Definition at line 218 of file interface.api.


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