port-array: Add port_array_delete() function.
[openvswitch] / vswitchd / vswitch.ovsschema
index 7196ed6192b78d3046c99d219343f408f8a81a60..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": {
@@ -22,7 +22,8 @@
        "next_cfg": {
          "type": "integer"},
        "cur_cfg": {
-         "type": "integer"}}},
+         "type": "integer"}},
+     "maxRows": 1},
    "Bridge": {
      "columns": {
        "name": {
@@ -51,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": {
        "ca_cert": {
          "type": "string"},
        "bootstrap_ca_cert": {
-         "type": "boolean"}}}}}
+         "type": "boolean"}},
+     "maxRows": 1}}}