FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
VOM::ACL::list_cmds Namespace Reference

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< l3_rule, 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< l2_rule, 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 Documentation

typedef delete_cmd<l2_rule, vapi::Macip_acl_del> VOM::ACL::list_cmds::l2_delete_cmd

Definition at line 207 of file acl_list_cmds.hpp.

typedef dump_cmd<vapi::Macip_acl_dump> VOM::ACL::list_cmds::l2_dump_cmd

Definition at line 208 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 206 of file acl_list_cmds.hpp.

Definition at line 200 of file acl_list_cmds.hpp.

typedef dump_cmd<vapi::Acl_dump> VOM::ACL::list_cmds::l3_dump_cmd

Definition at line 201 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 199 of file acl_list_cmds.hpp.

Function Documentation

static void VOM::ACL::list_cmds::to_vpp ( const l2_rule rule,
vapi_type_macip_acl_rule &  payload 
)
static

Definition at line 25 of file acl_list_cmds.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void VOM::ACL::list_cmds::to_vpp ( const l3_rule rule,
vapi_type_acl_rule &  payload 
)
static

Definition at line 35 of file acl_list_cmds.cpp.

+ Here is the call graph for this function: