FD.io VPP  v20.09-64-g4f7b92f0a
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
 
bool is_add [default=true]
 
bool is_input
 
vl_api_interface_index_t 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 154 of file acl.api.

Field Documentation

◆ acl_index

u32 vl_api_acl_interface_add_del_t::acl_index

Definition at line 165 of file acl.api.

◆ client_index

u32 vl_api_acl_interface_add_del_t::client_index

Definition at line 156 of file acl.api.

◆ context

u32 vl_api_acl_interface_add_del_t::context

Definition at line 157 of file acl.api.

◆ is_add

bool vl_api_acl_interface_add_del_t::is_add[default=true]

Definition at line 158 of file acl.api.

◆ is_input

bool vl_api_acl_interface_add_del_t::is_input

Definition at line 163 of file acl.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_acl_interface_add_del_t::sw_if_index

Definition at line 164 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 166 of file acl.api.


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