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

Reply for classify get table IDs request. More...

Data Fields

u32 context
 
i32 retval
 
u32 count
 
u32 ids [count]
 

Detailed Description

Reply for classify get table IDs request.

Template Parameters
context- sender context which was passed in the request
count- number of ids returned in response
ids- array of classify table ids

Definition at line 185 of file classify.api.

Field Documentation

◆ context

u32 vl_api_classify_table_ids_reply_t::context

Definition at line 187 of file classify.api.

◆ count

u32 vl_api_classify_table_ids_reply_t::count

Definition at line 189 of file classify.api.

◆ ids

u32 vl_api_classify_table_ids_reply_t::ids[count]

Definition at line 190 of file classify.api.

◆ retval

i32 vl_api_classify_table_ids_reply_t::retval

Definition at line 188 of file classify.api.


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