summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vnet/bonding/FEATURE.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/vnet/bonding/FEATURE.yaml b/src/vnet/bonding/FEATURE.yaml
new file mode 100644
index 00000000000..7f0123cf0cb
--- /dev/null
+++ b/src/vnet/bonding/FEATURE.yaml
@@ -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]