FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
class | VOM::ACL::binding_cmds::bind_cmd< BIND > |
A command class that binds the ACL to the interface. More... | |
class | VOM::ACL::binding_cmds::unbind_cmd< BIND > |
A command class that binds the ACL to the interface. More... | |
class | VOM::ACL::binding_cmds::dump_cmd< DUMP > |
A cmd class that Dumps all the ACLs. More... | |
Namespaces | |
VOM | |
The VPP Object Model (VOM) library. | |
VOM::ACL | |
VOM::ACL::binding_cmds | |
Typedefs | |
typedef bind_cmd< vapi::Acl_interface_add_del > | VOM::ACL::binding_cmds::l3_bind_cmd |
Typedef the L3 ACL binding commands. More... | |
typedef unbind_cmd< vapi::Acl_interface_add_del > | VOM::ACL::binding_cmds::l3_unbind_cmd |
typedef dump_cmd< vapi::Acl_interface_list_dump > | VOM::ACL::binding_cmds::l3_dump_cmd |
typedef bind_cmd< vapi::Macip_acl_interface_add_del > | VOM::ACL::binding_cmds::l2_bind_cmd |
Typedef the L2 binding type. More... | |
typedef unbind_cmd< vapi::Macip_acl_interface_add_del > | VOM::ACL::binding_cmds::l2_unbind_cmd |
typedef dump_cmd< vapi::Macip_acl_interface_list_dump > | VOM::ACL::binding_cmds::l2_dump_cmd |