aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/l3xc/FEATURE.yaml
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2020-01-02 23:46:10 +0000
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-01-03 04:01:14 +0000
commitd4dd1f8175a32c99be31ed582381961236bb18c8 (patch)
treef207f4926693b40cb62f69ec1ff4fc562b8401e5 /src/plugins/l3xc/FEATURE.yaml
parentf9b5dcf338b4631f6e26982d6c69d7ee06ada4de (diff)
l3xc: add feature.yaml
Type: docs Change-Id: I0d939b26079e9e45fba1cbb7c8e668918c128526 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/l3xc/FEATURE.yaml')
-rw-r--r--src/plugins/l3xc/FEATURE.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/l3xc/FEATURE.yaml b/src/plugins/l3xc/FEATURE.yaml
new file mode 100644
index 00000000000..3c2bf07b306
--- /dev/null
+++ b/src/plugins/l3xc/FEATURE.yaml
@@ -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]