FD.io VPP  v19.08.1-401-g8e4ed521a
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
 
u8 is_add
 
u32 sw_if_index
 
u32 acl_index
 

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

Field Documentation

◆ acl_index

u32 vl_api_macip_acl_interface_add_del_t::acl_index

Definition at line 339 of file acl.api.

◆ client_index

u32 vl_api_macip_acl_interface_add_del_t::client_index

Definition at line 334 of file acl.api.

◆ context

u32 vl_api_macip_acl_interface_add_del_t::context

Definition at line 335 of file acl.api.

◆ is_add

u8 vl_api_macip_acl_interface_add_del_t::is_add

Definition at line 336 of file acl.api.

◆ sw_if_index

u32 vl_api_macip_acl_interface_add_del_t::sw_if_index

Definition at line 338 of file acl.api.


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