FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vl_api_acl_add_replace_t Struct Reference

Replace an existing ACL in-place or create a new ACL. More...

+ Collaboration diagram for vl_api_acl_add_replace_t:

Data Fields

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

Detailed Description

Replace an existing ACL in-place or create a new ACL.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
acl_index- an existing ACL entry (0..0xfffffffe) to replace, or 0xffffffff to make new ACL
tag- a string value stored along with the ACL, for descriptive purposes
count- number of ACL rules - Rules for this access-list

Definition at line 181 of file acl.api.

Field Documentation

u32 vl_api_acl_add_replace_t::acl_index

Definition at line 185 of file acl.api.

u32 vl_api_acl_add_replace_t::client_index

Definition at line 183 of file acl.api.

u32 vl_api_acl_add_replace_t::context

Definition at line 184 of file acl.api.

u32 vl_api_acl_add_replace_t::count

Definition at line 187 of file acl.api.

vl_api_acl_rule_t vl_api_acl_add_replace_t::r[count]

Definition at line 188 of file acl.api.

u8 vl_api_acl_add_replace_t::tag[64]

Definition at line 186 of file acl.api.


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