FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
An ACL based Forwarding 'policy'. More...
Data Fields | |
fib_node_t | ap_node |
Linkage into the FIB graph. More... | |
u32 | ap_acl |
ACL index to match. More... | |
fib_node_index_t | ap_pl |
The path-list describing how to forward in case of a match. More... | |
u32 | ap_sibling |
Sibling index on the path-list. More... | |
u32 | ap_id |
The policy ID - as configured by the client. More... | |
An ACL based Forwarding 'policy'.
This comprises the ACL index to match against and the forwarding path to take if the match is successful.
ABF policies are then 'attached' to interfaces. An input feature will run through the list of policies a match will divert the packet, if all miss then we continues down the interface's feature arc
Definition at line 33 of file abf_policy.h.
u32 abf_policy_t_::ap_acl |
ACL index to match.
Definition at line 43 of file abf_policy.h.
u32 abf_policy_t_::ap_id |
The policy ID - as configured by the client.
Definition at line 58 of file abf_policy.h.
fib_node_t abf_policy_t_::ap_node |
Linkage into the FIB graph.
Definition at line 38 of file abf_policy.h.
fib_node_index_t abf_policy_t_::ap_pl |
The path-list describing how to forward in case of a match.
Definition at line 48 of file abf_policy.h.
u32 abf_policy_t_::ap_sibling |
Sibling index on the path-list.
Definition at line 53 of file abf_policy.h.