diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/l3xc/FEATURE.yaml | 13 |
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] |