FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Use acl_interface_set_acl_list instead Append/remove an ACL index to/from the list of ACLs checked for an interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u8 | is_input |
u32 | sw_if_index |
u32 | acl_index |
Use acl_interface_set_acl_list instead Append/remove an ACL index to/from the list of ACLs checked for an interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add or delete the ACL index from the list |
is_input | - check the ACL on input (1) or output (0) |
sw_if_index | - the interface to alter the list of ACLs on |
acl_index | - index of ACL for the operation |