FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_acl_interface_add_del_t Struct Reference

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
 

Detailed Description

Use acl_interface_set_acl_list instead Append/remove an ACL index to/from the list of ACLs checked for an interface.

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

Definition at line 151 of file acl.api.

Field Documentation

u32 vl_api_acl_interface_add_del_t::acl_index

Definition at line 162 of file acl.api.

u32 vl_api_acl_interface_add_del_t::client_index

Definition at line 153 of file acl.api.

u32 vl_api_acl_interface_add_del_t::context

Definition at line 154 of file acl.api.

u8 vl_api_acl_interface_add_del_t::is_add

Definition at line 155 of file acl.api.

u8 vl_api_acl_interface_add_del_t::is_input

Definition at line 160 of file acl.api.

u32 vl_api_acl_interface_add_del_t::sw_if_index

Definition at line 161 of file acl.api.


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