aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-01-18 18:46:58 -0800
committerEthan Jackson <ethan@nicira.com>2011-02-03 12:26:58 -0800
commitc25c91fd5ed075a6e9f37ab38c3ea2302e9e8442 (patch)
tree2843eb67a80fa614cd7a43cac7a1d20fe7f5bdeb /vswitchd/vswitch.ovsschema
parentc835c3bf87d8ebf71cb13810a6ef2c167e012180 (diff)
vswitchd: Implement Link Aggregation Control Protocol.
This commit implements LACP, a protocol which allows directly connected switches to automatically negotiate which links may participate in bonds. This commit disables LACP by default. Once sufficiently tested, LACP will be enabled in "active" mode on bonded ports, and "passive" mode on all others. Bug #4213.
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 85534997..6282a825 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "1.2.0",
- "cksum": "2368100022 15573",
+ "version": "1.3.0",
+ "cksum": "1230201059 15724",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -124,6 +124,10 @@
"type": {"key": {"type": "string",
"enum": ["set", ["balance-slb", "active-backup"]]},
"min": 0, "max": 1}},
+ "lacp": {
+ "type": {"key": {"type": "string",
+ "enum": ["set", ["active", "passive", "off"]]},
+ "min": 0, "max": 1}},
"bond_updelay": {
"type": "integer"},
"bond_downdelay": {