Add support for multiple OpenFlow controllers on a single bridge.
[sliver-openvswitch.git] / vswitchd / vswitch.ovsschema
index 8661875..9e3573f 100644 (file)
@@ -9,7 +9,7 @@
        "controller": {
          "type": {"key": {"type": "uuid",
                           "refTable": "Controller"},
-                   "min": 0, "max": 1}},
+                   "min": 0, "max": "unlimited"}},
        "managers": {
          "type": {"key": "string", "min": 0, "max": "unlimited"}},
        "ssl": {
@@ -52,7 +52,7 @@
        "controller": {
          "type": {"key": {"type": "uuid",
                           "refTable": "Controller"},
-                  "min": 0, "max": 1}},
+                  "min": 0, "max": "unlimited"}},
        "other_config": {
          "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
        "external_ids": {