FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_classify_table_by_interface_reply_t Struct Reference

Reply for classify table id by interface index request. More...

Data Fields

u32 context
 
i32 retval
 
u32 sw_if_index
 
u32 l2_table_id
 
u32 ip4_table_id
 
u32 ip6_table_id
 

Detailed Description

Reply for classify table id by interface index request.

Template Parameters
context- sender context which was passed in the request
count- number of ids returned in response
sw_if_index- index of the interface
l2_table_id- l2 classify table index
ip4_table_id- ip4 classify table index
ip6_table_id- ip6 classify table index

Definition at line 3902 of file vpe.api.

Field Documentation

u32 vl_api_classify_table_by_interface_reply_t::context

Definition at line 3904 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::ip4_table_id

Definition at line 3908 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::ip6_table_id

Definition at line 3909 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::l2_table_id

Definition at line 3907 of file vpe.api.

i32 vl_api_classify_table_by_interface_reply_t::retval

Definition at line 3905 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::sw_if_index

Definition at line 3906 of file vpe.api.


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