FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
vl_api_macip_acl_interface_add_del_t Struct Reference

Add or delete a MACIP ACL to/from interface. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_add [default=true]
 
vl_api_interface_index_t sw_if_index
 
u32 acl_index
 
option vat_help = "<intfc> | sw_if_index <if-idx> [add|del] acl <acl-idx>"
 

Detailed Description

Add or delete a MACIP ACL to/from interface.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_add- add (1) or delete (0) MACIP ACL from being used on an interface
sw_if_index- interface to apply the action to
acl_index- MACIP ACL index

Definition at line 342 of file acl.api.

Field Documentation

◆ acl_index

u32 vl_api_macip_acl_interface_add_del_t::acl_index

Definition at line 349 of file acl.api.

◆ client_index

u32 vl_api_macip_acl_interface_add_del_t::client_index

Definition at line 344 of file acl.api.

◆ context

u32 vl_api_macip_acl_interface_add_del_t::context

Definition at line 345 of file acl.api.

◆ is_add

bool vl_api_macip_acl_interface_add_del_t::is_add[default=true]

Definition at line 346 of file acl.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_macip_acl_interface_add_del_t::sw_if_index

Definition at line 348 of file acl.api.

◆ vat_help

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

Definition at line 350 of file acl.api.


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