![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Reply for classify table id by interface index request. More...
Data Fields | |
| u32 | context |
| i32 | retval |
| vl_api_interface_index_t | sw_if_index |
| u32 | l2_table_id |
| u32 | ip4_table_id |
| u32 | ip6_table_id |
Reply for classify table id by interface index request.
| 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 233 of file classify.api.
| u32 vl_api_classify_table_by_interface_reply_t::context |
Definition at line 235 of file classify.api.
| u32 vl_api_classify_table_by_interface_reply_t::ip4_table_id |
Definition at line 239 of file classify.api.
| u32 vl_api_classify_table_by_interface_reply_t::ip6_table_id |
Definition at line 240 of file classify.api.
| u32 vl_api_classify_table_by_interface_reply_t::l2_table_id |
Definition at line 238 of file classify.api.
| i32 vl_api_classify_table_by_interface_reply_t::retval |
Definition at line 236 of file classify.api.
| vl_api_interface_index_t vl_api_classify_table_by_interface_reply_t::sw_if_index |
Definition at line 237 of file classify.api.