X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=8661875ff28b0b6b7ef04b3b28fc49208b4ee8e9;hb=fb0d597fb64308c60001e3afc9b31eb295dedb6b;hp=7196ed6192b78d3046c99d219343f408f8a81a60;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 7196ed61..8661875f 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -22,7 +22,8 @@ "next_cfg": { "type": "integer"}, "cur_cfg": { - "type": "integer"}}}, + "type": "integer"}}, + "maxRows": 1}, "Bridge": { "columns": { "name": { @@ -228,4 +229,5 @@ "ca_cert": { "type": "string"}, "bootstrap_ca_cert": { - "type": "boolean"}}}}} + "type": "boolean"}}, + "maxRows": 1}}}