X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=7618e2d5a1c1788745cc321ea001b23362ebff06;hb=c5f341ab193b9126dffef8c77bf8ed35e91290fd;hp=3537d28765dda8857300f3826584ff115ffb6ecc;hpb=7f90cb0efe782cbbfb2557d81cf0f9de21e12435;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 3537d2876..7618e2d5a 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "2.0.0", - "cksum": "4107852581 15651", + "version": "2.1.0", + "cksum": "1990266641 15714", "tables": { "Open_vSwitch": { "columns": { @@ -43,6 +43,7 @@ "system_version": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}}}, + "isRoot": true, "maxRows": 1}, "Capability": { "columns": { @@ -267,7 +268,8 @@ "min": 0, "max": "unlimited"}}, "external_ids": { "type": {"key": "string", "value": "string", - "min": 0, "max": "unlimited"}}}}, + "min": 0, "max": "unlimited"}}}, + "isRoot": true}, "Queue": { "columns": { "other_config": { @@ -275,7 +277,8 @@ "min": 0, "max": "unlimited"}}, "external_ids": { "type": {"key": "string", "value": "string", - "min": 0, "max": "unlimited"}}}}, + "min": 0, "max": "unlimited"}}}, + "isRoot": true}, "Mirror": { "columns": { "name": {