![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Set/unset output ACL interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| u32 | ip4_table_index |
| u32 | ip6_table_index |
| u32 | l2_table_index |
| bool | is_add |
Set/unset output ACL interface.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - interface to set/unset output ACL |
| ip4_table_index | - ip4 classify table index (~0 for skip) |
| ip6_table_index | - ip6 classify table index (~0 for skip) |
| l2_table_index | - l2 classify table index (~0 for skip) |
| is_add | - Set output ACL if non-zero, else unset Note: User is recommended to use just one valid table_index per call. (ip4_table_index, ip6_table_index, or l2_table_index) |
Definition at line 434 of file classify.api.
| u32 vl_api_output_acl_set_interface_t::client_index |
Definition at line 436 of file classify.api.
| u32 vl_api_output_acl_set_interface_t::context |
Definition at line 437 of file classify.api.
| u32 vl_api_output_acl_set_interface_t::ip4_table_index |
Definition at line 439 of file classify.api.
| u32 vl_api_output_acl_set_interface_t::ip6_table_index |
Definition at line 440 of file classify.api.
| bool vl_api_output_acl_set_interface_t::is_add |
Definition at line 442 of file classify.api.
| u32 vl_api_output_acl_set_interface_t::l2_table_index |
Definition at line 441 of file classify.api.
| vl_api_interface_index_t vl_api_output_acl_set_interface_t::sw_if_index |
Definition at line 438 of file classify.api.