FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Replace an existing ACL in-place or create a new ACL. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | acl_index |
u8 | tag [64] |
u32 | count |
vl_api_acl_rule_t | r [count] |
Replace an existing ACL in-place or create a new ACL.
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 |
vl_api_acl_rule_t vl_api_acl_add_replace_t::r[count] |