FD.io VPP
v21.01.1
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 |
string | tag [64] |
u32 | count |
vl_api_acl_rule_t | r [count] |
option | vat_help = "<acl-idx> <permit|permit+reflect|deny|action N> [src IP/plen] [dst IP/plen] [sport X-Y] [dport X-Y] [proto P] [tcpflags FL MASK], ... , ..." |
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 |