FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_macip_acl_add_replace_t Struct Reference

Add/Replace a MACIP ACL. More...

+ Collaboration diagram for vl_api_macip_acl_add_replace_t:

Data Fields

u32 client_index
 
u32 context
 
u32 acl_index
 
u8 tag [64]
 
u32 count
 
vl_api_macip_acl_rule_t r [count]
 

Detailed Description

Add/Replace a MACIP ACL.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
acl_index- an existing MACIP ACL entry (0..0xfffffffe) to replace, or 0xffffffff to make new MACIP ACL
tag- descriptive value for this MACIP ACL
count- number of rules in this MACIP ACL
r- vector of MACIP ACL rules

Definition at line 288 of file acl.api.

Field Documentation

◆ acl_index

u32 vl_api_macip_acl_add_replace_t::acl_index

Definition at line 292 of file acl.api.

◆ client_index

u32 vl_api_macip_acl_add_replace_t::client_index

Definition at line 290 of file acl.api.

◆ context

u32 vl_api_macip_acl_add_replace_t::context

Definition at line 291 of file acl.api.

◆ count

u32 vl_api_macip_acl_add_replace_t::count

Definition at line 294 of file acl.api.

◆ r

vl_api_macip_acl_rule_t vl_api_macip_acl_add_replace_t::r[count]

Definition at line 295 of file acl.api.

◆ tag

u8 vl_api_macip_acl_add_replace_t::tag[64]

Definition at line 293 of file acl.api.


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