![]() |
FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Namespaces | |
| binding_cmds | |
| list_cmds | |
Data Structures | |
| struct | action_t |
| ACL Actions. More... | |
| class | binding |
| A binding between an ACL and an interface. 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 270 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 265 of file acl_list.hpp.