FD.io VPP  v17.01.1-3-gc6833f8
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 193 of file acl.api.

Field Documentation

u32 vl_api_acl_interface_add_del_t::acl_index

Definition at line 204 of file acl.api.

u32 vl_api_acl_interface_add_del_t::client_index

Definition at line 195 of file acl.api.

u32 vl_api_acl_interface_add_del_t::context

Definition at line 196 of file acl.api.

u8 vl_api_acl_interface_add_del_t::is_add

Definition at line 197 of file acl.api.

u8 vl_api_acl_interface_add_del_t::is_input

Definition at line 202 of file acl.api.

u32 vl_api_acl_interface_add_del_t::sw_if_index

Definition at line 203 of file acl.api.


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