bonding: Add FEATURE.yaml 03/24203/2
authorSteven Luong <sluong@cisco.com>
Mon, 6 Jan 2020 21:28:34 +0000 (13:28 -0800)
committerOle Trøan <otroan@employees.org>
Tue, 7 Jan 2020 08:02:20 +0000 (08:02 +0000)
Type: docs

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I53522a60122014741d1c6533a0456bf31445529a

src/vnet/bonding/FEATURE.yaml [new file with mode: 0644]

diff --git a/src/vnet/bonding/FEATURE.yaml b/src/vnet/bonding/FEATURE.yaml
new file mode 100644 (file)
index 0000000..7f0123c
--- /dev/null
@@ -0,0 +1,16 @@
+---
+name: Bonding
+maintainer: Steven Luong <sluong@cisco.com>
+features:
+  - Interface bonding support with the following options
+    - mode active-backup
+    - mode lacp
+      - load-balance l2 | l23 | l34
+       - numa-only
+    - mode xor
+      - load-balance l2 | l23 | l34
+    - mode round-robin
+    - mode broadcast
+description: "Bonding implementation"
+state: production
+properties: [API, CLI, STATS, MULTITHREAD]