FD.io VPP  v20.05-21-gb1500e9ff
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_list
 An L2 ACL list comprises a set of match actions rules to be applied to packets. More...
 
class  l2_rule
 An ACL rule is the building block of an ACL. More...
 
class  l3_list
 An L3 ACL list comprises a set of match actions rules to be applied to packets. More...
 
class  l3_rule
 An ACL rule is the building block of an ACL. 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 Documentation

◆ l2_binding

Typedef the L2 binding type.

Definition at line 215 of file acl_binding.hpp.

◆ l3_binding

Typedef the L3 binding type.

Definition at line 210 of file acl_binding.hpp.