FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
acl_binding_cmds.hpp File Reference
+ Include dependency graph for acl_binding_cmds.hpp:
+ This graph shows which files directly or indirectly include this file:

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