FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
VOM::ACL Namespace Reference

Namespaces

 acl_ethertype_cmds
 
 binding_cmds
 
 list_cmds
 

Data Structures

class  acl_ethertype
 
struct  action_t
 ACL Actions. More...
 
class  binding
 A binding between an ACL and an interface. More...
 
struct  ethertype_rule_t
 An ACL ethertype list comprises a set of inbound ether types and out bound ether types to be applied to packets. More...
 
class  l2_rule
 An ACL rule is the building block of an ACL. More...
 
class  l3_rule
 An ACL rule is the building block of an ACL. More...
 
class  list
 An ACL list comprises a set of match actions rules to be applied to packets. More...
 

Typedefs

typedef binding< l3_listl3_binding
 Typedef the L3 binding type. More...
 
typedef binding< l2_listl2_binding
 Typedef the L2 binding type. More...
 
typedef list< l3_rulel3_list
 Typedef the L3 ACL type. More...
 
typedef list< l2_rulel2_list
 Typedef the L2 ACL type. More...
 

Typedef Documentation

Typedef the L2 binding type.

Definition at line 214 of file acl_binding.hpp.

Typedef the L2 ACL type.

Definition at line 280 of file acl_list.hpp.

Typedef the L3 binding type.

Definition at line 209 of file acl_binding.hpp.

Typedef the L3 ACL type.

Definition at line 275 of file acl_list.hpp.