![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Set/unset the classification table for an interface request. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_ipv6 |
| vl_api_interface_index_t | sw_if_index |
| u32 | table_index |
Set/unset the classification table for an interface request.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_ipv6 | - ipv6 if non-zero, else ipv4 |
| sw_if_index | - interface to associate with the table |
| table_index | - index of the table, if ~0 unset the table |
Definition at line 372 of file classify.api.
| u32 vl_api_classify_set_interface_ip_table_t::client_index |
Definition at line 374 of file classify.api.
| u32 vl_api_classify_set_interface_ip_table_t::context |
Definition at line 375 of file classify.api.
| bool vl_api_classify_set_interface_ip_table_t::is_ipv6 |
Definition at line 376 of file classify.api.
| vl_api_interface_index_t vl_api_classify_set_interface_ip_table_t::sw_if_index |
Definition at line 377 of file classify.api.
| u32 vl_api_classify_set_interface_ip_table_t::table_index |
Definition at line 378 of file classify.api.