aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/abf
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-01-02 23:34:33 +0000
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-01-03 05:16:38 +0000
commit3535501b19aec95dfd32870c784f841f57b5c045 (patch)
treeddfe2856d5bc31a5c1a53ec7a0c7b67f0cb45fd4 /src/plugins/abf
parenta6b175d3db916b4460296273e5e7a36e9f0d31f4 (diff)
abf: add feature.yaml
Type: docs Change-Id: I4959010617b0fb51652beafe6967afd556f27e92 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/abf')
-rw-r--r--src/plugins/abf/FEATURE.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/abf/FEATURE.yaml b/src/plugins/abf/FEATURE.yaml
new file mode 100644
index 00000000000..f77d1a30e98
--- /dev/null
+++ b/src/plugins/abf/FEATURE.yaml
@@ -0,0 +1,20 @@
+---
+name: ACL Based Forwarding
+maintainer: Neale Ranns <nranns@cisco.com>
+features:
+ - 'Policy Based Routing'
+ - ACLs match traffic to be forwarded
+ - Each rule in the ACL has an associated 'path' which determines how the
+ traffic will be forwarded. This path is described as a FIB path, so anything
+ possible with basic L3 forwarding is possible with ABF (with the exception
+ of output MPLS labels)
+ - ACLs are grouped into a policy
+ - ACL priorities within the policy determine which traffic is preferentially
+ matched
+ - Policies are attached to interfaces.
+ - ABF runs as an input feature in the L3 path
+
+
+description: "ACL Based Forwarding"
+state: production
+properties: [API, CLI, MULTITHREAD]