FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_acl_interface_set_acl_list_t Struct Reference

Set the vector of input/output ACLs checked for an interface. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u8 count
 
u8 n_input
 
u32 acls [count]
 

Detailed Description

Set the vector of input/output ACLs checked for an interface.

Template Parameters
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

Definition at line 230 of file acl.api.

Field Documentation

u32 vl_api_acl_interface_set_acl_list_t::acls[count]

Definition at line 237 of file acl.api.

u32 vl_api_acl_interface_set_acl_list_t::client_index

Definition at line 232 of file acl.api.

u32 vl_api_acl_interface_set_acl_list_t::context

Definition at line 233 of file acl.api.

u8 vl_api_acl_interface_set_acl_list_t::count

Definition at line 235 of file acl.api.

u8 vl_api_acl_interface_set_acl_list_t::n_input

Definition at line 236 of file acl.api.

u32 vl_api_acl_interface_set_acl_list_t::sw_if_index

Definition at line 234 of file acl.api.


The documentation for this struct was generated from the following file: