FD.io VPP  v20.01-48-g3e0dafb74
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
 
option vat_help = "<intfc> | sw_if_index <if-idx> [add|del] [input|output] acl <acl-idx>"
 

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 153 of file acl.api.

Field Documentation

◆ acl_index

u32 vl_api_acl_interface_add_del_t::acl_index

Definition at line 164 of file acl.api.

◆ client_index

u32 vl_api_acl_interface_add_del_t::client_index

Definition at line 155 of file acl.api.

◆ context

u32 vl_api_acl_interface_add_del_t::context

Definition at line 156 of file acl.api.

◆ is_add

u8 vl_api_acl_interface_add_del_t::is_add

Definition at line 157 of file acl.api.

◆ is_input

u8 vl_api_acl_interface_add_del_t::is_input

Definition at line 162 of file acl.api.

◆ sw_if_index

u32 vl_api_acl_interface_add_del_t::sw_if_index

Definition at line 163 of file acl.api.

◆ vat_help

option vl_api_acl_interface_add_del_t::vat_help = "<intfc> | sw_if_index <if-idx> [add|del] [input|output] acl <acl-idx>"

Definition at line 165 of file acl.api.


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