port-array: Add port_array_delete() function.
[openvswitch] / vswitchd / vswitch.ovsschema
index 8661875ff28b0b6b7ef04b3b28fc49208b4ee8e9..9e3573fb5c0867defe26fbd496dd057097a8bbcb 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": {