FD.io VPP  v16.09
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 4436 of file vpe.api.

Field Documentation

u32 vl_api_classify_table_by_interface_reply_t::context

Definition at line 4438 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::ip4_table_id

Definition at line 4442 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::ip6_table_id

Definition at line 4443 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::l2_table_id

Definition at line 4441 of file vpe.api.

i32 vl_api_classify_table_by_interface_reply_t::retval

Definition at line 4439 of file vpe.api.

u32 vl_api_classify_table_by_interface_reply_t::sw_if_index

Definition at line 4440 of file vpe.api.


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