FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Add/Replace a MACIP ACL. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | acl_index |
u8 | tag [64] |
u32 | count |
vl_api_macip_acl_rule_t | r [count] |
Add/Replace a MACIP ACL.
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 |
vl_api_macip_acl_rule_t vl_api_macip_acl_add_replace_t::r[count] |