Files
vpp/src/plugins/l3xc/FEATURE.yaml
T
Nathan Skrzypczak bd23b405fb docs: nitfixes in FEATURE.yaml
Type: improvement

Change-Id: Iec585880085b12b08594a0640822cd831455d594
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
2021-10-11 09:05:43 +00:00

14 lines
496 B
YAML

---
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 achieved 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: ""
state: production
properties: [API, CLI, MULTITHREAD]