l3xc: add feature.yaml 66/24166/2
authorNeale Ranns <nranns@cisco.com>
Thu, 2 Jan 2020 23:46:10 +0000 (23:46 +0000)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 3 Jan 2020 04:01:14 +0000 (04:01 +0000)
Type: docs

Change-Id: I0d939b26079e9e45fba1cbb7c8e668918c128526
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/l3xc/FEATURE.yaml [new file with mode: 0644]

diff --git a/src/plugins/l3xc/FEATURE.yaml b/src/plugins/l3xc/FEATURE.yaml
new file mode 100644 (file)
index 0000000..3c2bf07
--- /dev/null
@@ -0,0 +1,13 @@
+---
+name: Layer 3 cross connect
+maintainer: Neale Ranns <nranns@cisco.com>
+features:
+  - cross connect all ingress traffic on an L3 interface to an output FIB path.
+  - the path can describe any output (with the exception of MPLS labels)
+  - The same functions can be acheived by using a dedicated VRF for the table
+    and adding a default route with the same path. However, the L3XC is more
+    efficient in memory and CPU
+
+description: "L3-xconnect"
+state: production
+properties: [API, CLI, MULTITHREAD]