summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-02-04 18:28:57 -0800
committerEthan Jackson <ethan@nicira.com>2013-02-05 12:50:15 -0800
commitdf53d41c6da0ef093272666091e74155bbaf4d11 (patch)
tree0bc57d0477b3042eaced80fde40a7433a23f6438 /vswitchd/vswitch.ovsschema
parentb02475c53b3ca857c45eb5e17d12fdf233a9dac8 (diff)
downloadopenvswitch-df53d41c6da0ef093272666091e74155bbaf4d11.tar.gz
bond: Remove stable bond mode.
Stable bond mode, along with autopath, were trying to implement functionality close to what we get from the bundle action. Unfortunately, they are quite clunky, and generally less useful than bundle, so they're being removed. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema6
1 files changed, 3 insertions, 3 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 16125a5b8..a7901a86a 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "6.11.3",
- "cksum": "2234602985 17310",
+ "version": "7.0.0",
+ "cksum": "3537583872 17299",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -134,7 +134,7 @@
"min": 0, "max": 1}},
"bond_mode": {
"type": {"key": {"type": "string",
- "enum": ["set", ["balance-tcp", "balance-slb", "active-backup", "stable"]]},
+ "enum": ["set", ["balance-tcp", "balance-slb", "active-backup"]]},
"min": 0, "max": 1}},
"lacp": {
"type": {"key": {"type": "string",