FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Add/Replace a MACIP ACL. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | acl_index [default=0xffffffff] |
string | tag [64] |
u32 | count |
vl_api_macip_acl_rule_t | r [count] |
option | vat_help = "<acl-idx> <permit|deny|action N> [count <count>] [src] ip <ipaddress/[plen]> mac <mac> mask <mac_mask>, ... , ..." |
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 Default: 0xffffffff |
tag | - descriptive value for this MACIP ACL |
count | - number of rules in this MACIP ACL |
r | - vector of MACIP ACL rules |
u32 vl_api_macip_acl_add_replace_t::acl_index[default=0xffffffff] |
vl_api_macip_acl_rule_t vl_api_macip_acl_add_replace_t::r[count] |