FD.io VPP
v21.01.1
Vector Packet Processing
|
Add or delete a MACIP ACL to/from interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add [default=true] |
vl_api_interface_index_t | sw_if_index |
u32 | acl_index |
option | vat_help = "<intfc> | sw_if_index <if-idx> [add|del] acl <acl-idx>" |
Add or delete a MACIP ACL to/from interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add (1) or delete (0) MACIP ACL from being used on an interface |
sw_if_index | - interface to apply the action to |
acl_index | - MACIP ACL index |
vl_api_interface_index_t vl_api_macip_acl_interface_add_del_t::sw_if_index |
option vl_api_macip_acl_interface_add_del_t::vat_help = "<intfc> | sw_if_index <if-idx> [add|del] acl <acl-idx>" |