ofproto: Bundle all controller-related settings into a struct.
[openvswitch] / vswitchd / vswitch.ovsschema
index 7196ed6192b78d3046c99d219343f408f8a81a60..8661875ff28b0b6b7ef04b3b28fc49208b4ee8e9 100644 (file)
@@ -22,7 +22,8 @@
        "next_cfg": {
          "type": "integer"},
        "cur_cfg": {
-         "type": "integer"}}},
+         "type": "integer"}},
+     "maxRows": 1},
    "Bridge": {
      "columns": {
        "name": {
        "ca_cert": {
          "type": "string"},
        "bootstrap_ca_cert": {
-         "type": "boolean"}}}}}
+         "type": "boolean"}},
+     "maxRows": 1}}}