FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Set the vector of input/output ACLs checked for an interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u8 | count |
u8 | n_input |
u32 | acls [count] |
option | vat_help = "<intfc> | sw_if_index <if-idx> input [acl-idx list] output [acl-idx list]" |
Set the vector of input/output ACLs checked for an interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - the interface to alter the list of ACLs on |
count | - total number of ACL indices in the vector |
n_input | - this many first elements correspond to input ACLs, the rest - output |
acls | - vector of ACL indices |
vl_api_interface_index_t vl_api_acl_interface_set_acl_list_t::sw_if_index |
option vl_api_acl_interface_set_acl_list_t::vat_help = "<intfc> | sw_if_index <if-idx> input [acl-idx list] output [acl-idx list]" |