crypto-native: fix CPU detection for SHA2 code
[vpp.git] / src / plugins / abf / FEATURE.yaml
1 ---
2 name: ACL Based Forwarding
3 maintainer: Neale Ranns <neale@graphiant.com>
4 features:
5   - 'Policy Based Routing'
6   - ACLs identify how traffic should be forwarded. Packets matching a permit
7     rule are forwarded using ABF policy. Packets matching a deny rule are
8     excluded from ABF handling and continue traversing the input feature arc on
9     the L3 path.
10   - Each rule in the ACL has an associated 'path' which determines how the
11     traffic will be forwarded. This path is described as a FIB path, so anything
12     possible with basic L3 forwarding is possible with ABF (with the exception
13     of output MPLS labels)
14   - ACLs are grouped into a policy
15   - ACL priorities within the policy determine which traffic is preferentially
16     matched
17   - Policies are attached to interfaces.
18   - ABF runs as an input feature in the L3 path
19
20
21 description: ""
22 state: production
23 properties: [API, CLI, MULTITHREAD]