FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
This file defines the vpp control-plane API messages used to control the ACL plugin. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_acl_plugin_get_version_t |
Get the plugin version. More... | |
struct | vl_api_acl_plugin_get_version_reply_t |
Reply to get the plugin version. More... | |
struct | vl_api_acl_rule_t |
Access List Rule entry. More... | |
struct | vl_api_macip_acl_rule_t |
MACIP Access List Rule entry. More... | |
struct | vl_api_acl_add_replace_t |
Replace an existing ACL in-place or create a new ACL. More... | |
struct | vl_api_acl_add_replace_reply_t |
Reply to add/replace ACL. More... | |
struct | vl_api_acl_del_t |
Delete an ACL. More... | |
struct | vl_api_acl_del_reply_t |
Reply to delete the ACL. More... | |
struct | vl_api_acl_interface_add_del_t |
Use acl_interface_set_acl_list instead Append/remove an ACL index to/from the list of ACLs checked for an interface. More... | |
struct | vl_api_acl_interface_add_del_reply_t |
Reply to alter the ACL list. More... | |
struct | vl_api_acl_interface_set_acl_list_t |
Set the vector of input/output ACLs checked for an interface. More... | |
struct | vl_api_acl_interface_set_acl_list_reply_t |
Reply to set the ACL list on an interface. More... | |
struct | vl_api_acl_dump_t |
Dump the specific ACL contents or all of the ACLs' contents. More... | |
struct | vl_api_acl_details_t |
Details about a single ACL contents. More... | |
struct | vl_api_acl_interface_list_dump_t |
Dump the list(s) of ACL applied to specific or all interfaces. More... | |
struct | vl_api_acl_interface_list_details_t |
Details about a single ACL contents. More... | |
struct | vl_api_macip_acl_add_t |
Add a MACIP ACL. More... | |
struct | vl_api_macip_acl_add_reply_t |
Reply to add MACIP ACL. More... | |
struct | vl_api_macip_acl_del_t |
Delete a MACIP ACL. More... | |
struct | vl_api_macip_acl_del_reply_t |
Reply to delete the MACIP ACL. More... | |
struct | vl_api_macip_acl_interface_add_del_t |
Add or delete a MACIP ACL to/from interface. More... | |
struct | vl_api_macip_acl_interface_add_del_reply_t |
Reply to apply/unapply the MACIP ACL. More... | |
struct | vl_api_macip_acl_dump_t |
Dump one or all defined MACIP ACLs. More... | |
struct | vl_api_macip_acl_details_t |
Details about one MACIP ACL. More... | |
struct | vl_api_macip_acl_interface_get_t |
Get the vector of MACIP ACL IDs applied to the interfaces. More... | |
struct | vl_api_macip_acl_interface_get_reply_t |
Reply with the vector of MACIP ACLs by sw_if_index. More... | |
This file defines the vpp control-plane API messages used to control the ACL plugin.
Definition in file acl.api.