aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/FEATURE.yaml
diff options
context:
space:
mode:
authorJohn Lo <loj@cisco.com>2020-01-03 17:47:34 -0500
committerOle Trøan <otroan@employees.org>2020-01-04 14:03:23 +0000
commitff63798ae42309e9d53ace34d57a880a872a4ab0 (patch)
treebfaf6b04d05f5d9961114e76c6ec7ade7a62370e /src/vnet/l2/FEATURE.yaml
parentf3a6622c7363501b9d4db1f605daa87b4f803cb1 (diff)
l2: Add FEATURE.yaml
Type: docs Signed-off-by: John Lo <loj@cisco.com> Change-Id: Icd22f2ec7076bb11d6ac7e7d147bd58dc5ad1527
Diffstat (limited to 'src/vnet/l2/FEATURE.yaml')
-rw-r--r--src/vnet/l2/FEATURE.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/vnet/l2/FEATURE.yaml b/src/vnet/l2/FEATURE.yaml
new file mode 100644
index 00000000000..da0edab6d7e
--- /dev/null
+++ b/src/vnet/l2/FEATURE.yaml
@@ -0,0 +1,21 @@
+---
+name: Layer 2 Forwarding (L2)
+maintainer: John Lo <loj@cisco.com>
+features:
+ - L2 Cross-connect (xconnect) of two interfaces
+ - L2 Bridging of multiple interfaces in a bridge domain (BD):
+ - Forwarding via destination MAC address of packet
+ - MAC learning enable/disable on BD or per interface
+ - MAC aging with specified aging interval enable/disable
+ - Unicast forwarding enable/disable
+ - Unknown unicast flooding enable/disable
+ - Multicast/broadcast flooding enable/disable
+ - ARP-termination to avoid flooding of ARP requests
+ - Enable/disable unicast of ARP requests instead of flooding
+ - BVI (Bridge Virtual Interface) for IP forwarding from or to BD
+ - Set interface in BD to send unknown unicast packets instead of flooding
+ - Support of split horizon group (SHG) on BD interfaces
+ - VLAN tag rewrite on L2 bridging or xconnect interfaces
+description: "Layer 2 Bridging and Cross-Connect Support"
+state: production
+properties: [API, CLI, MULTITHREAD]