FD.io VPP
v19.01.3-6-g70449b9b9
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_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_list > | l3_binding |
Typedef the L3 binding type. More... | |
typedef binding< l2_list > | l2_binding |
Typedef the L2 binding type. More... | |
typedef list< l3_rule > | l3_list |
Typedef the L3 ACL type. More... | |
typedef list< l2_rule > | l2_list |
Typedef the L2 ACL type. More... | |
typedef binding<l2_list> VOM::ACL::l2_binding |
Typedef the L2 binding type.
Definition at line 214 of file acl_binding.hpp.
typedef list<l2_rule> VOM::ACL::l2_list |
Typedef the L2 ACL type.
Definition at line 280 of file acl_list.hpp.
typedef binding<l3_list> VOM::ACL::l3_binding |
Typedef the L3 binding type.
Definition at line 209 of file acl_binding.hpp.
typedef list<l3_rule> VOM::ACL::l3_list |
Typedef the L3 ACL type.
Definition at line 275 of file acl_list.hpp.