FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
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_list > | l3_binding |
Typedef the L3 binding type. More... | |
typedef binding< l2_list > | l2_binding |
Typedef the L2 binding type. More... | |
typedef binding<l2_list> VOM::ACL::l2_binding |
Typedef the L2 binding type.
Definition at line 215 of file acl_binding.hpp.
typedef binding<l3_list> VOM::ACL::l3_binding |
Typedef the L3 binding type.
Definition at line 210 of file acl_binding.hpp.