aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-01-06 12:14:23 -0800
committerEthan Jackson <ethan@nicira.com>2011-01-07 12:43:43 -0800
commitbe02e7c3712a927993d5ff00a98b824582e1f5e2 (patch)
tree433d33616d5d9b56ab4be8559ede9deb94763786 /vswitchd/vswitch.ovsschema
parent7ca5f243114d0c029dfa551c7282d50487bfa8b0 (diff)
vswitchd: Active backup bonding.
This commit adds active backup bonding support to vswitchd. Bug #4210.
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema8
1 files changed, 6 insertions, 2 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index d21a85c1..a8140b8a 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "1.0.1",
- "cksum": "665434435 14130",
+ "version": "1.0.2",
+ "cksum": "3196651018 14282",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -120,6 +120,10 @@
"mac": {
"type": {"key": {"type": "string"},
"min": 0, "max": 1}},
+ "bond_type": {
+ "type": {"key": {"type": "string",
+ "enum": ["set", ["slb", "active-backup"]]},
+ "min": 0, "max": 1}},
"bond_updelay": {
"type": "integer"},
"bond_downdelay": {