From: Ben Pfaff Date: Wed, 17 Mar 2010 00:09:44 +0000 (-0700) Subject: vswitch: Limit Open_vSwitch table to a single record. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2b7093cd3c66b4f2c796256ef770c4a557e16492;p=sliver-openvswitch.git vswitch: Limit Open_vSwitch table to a single record. This table has always been limited to a single record. This commit makes the database itself enforce that limit. --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 7196ed619..2331064ff 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": {