FD.io VPP
v18.01-8-g0eacf49
Vector Packet Processing
|
Data Structures | |
class | delete_cmd |
A cmd class that Deletes an ACL. More... | |
class | dump_cmd |
A cmd class that Dumps all the ACLs. More... | |
class | update_cmd |
A command class that Create the list. More... | |
Typedefs | |
typedef update_cmd< l3_rule, vapi::Acl_add_replace > | l3_update_cmd |
Typedef the L3 ACL commands. More... | |
typedef delete_cmd< vapi::Acl_del > | l3_delete_cmd |
typedef dump_cmd< vapi::Acl_dump > | l3_dump_cmd |
typedef update_cmd< l2_rule, vapi::Macip_acl_add > | l2_update_cmd |
Typedef the L2 ACL commands. More... | |
typedef delete_cmd< vapi::Macip_acl_del > | l2_delete_cmd |
typedef dump_cmd< vapi::Macip_acl_dump > | l2_dump_cmd |
Functions | |
static void | to_vpp (const l2_rule &rule, vapi_type_macip_acl_rule &payload) |
static void | to_vpp (const l3_rule &rule, vapi_type_acl_rule &payload) |
typedef delete_cmd<vapi::Macip_acl_del> VOM::ACL::list_cmds::l2_delete_cmd |
Definition at line 199 of file acl_list_cmds.hpp.
typedef dump_cmd<vapi::Macip_acl_dump> VOM::ACL::list_cmds::l2_dump_cmd |
Definition at line 200 of file acl_list_cmds.hpp.
typedef update_cmd<l2_rule, vapi::Macip_acl_add> VOM::ACL::list_cmds::l2_update_cmd |
Typedef the L2 ACL commands.
Definition at line 198 of file acl_list_cmds.hpp.
typedef delete_cmd<vapi::Acl_del> VOM::ACL::list_cmds::l3_delete_cmd |
Definition at line 192 of file acl_list_cmds.hpp.
typedef dump_cmd<vapi::Acl_dump> VOM::ACL::list_cmds::l3_dump_cmd |
Definition at line 193 of file acl_list_cmds.hpp.
typedef update_cmd<l3_rule, vapi::Acl_add_replace> VOM::ACL::list_cmds::l3_update_cmd |
Typedef the L3 ACL commands.
Definition at line 191 of file acl_list_cmds.hpp.
|
static |
Definition at line 25 of file acl_list_cmds.cpp.
|
static |