X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=8d14221c389420928caafdd9c3a4c57db0d02edb;hb=c97fb13280c565f55ed0de7cf0bf06ffe8320b70;hp=e078ce0076eaa72fa83d63cb84fac3e00cdb1bb9;hpb=e210037edde788ffcc03497019903dadd6eadcfa;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index e078ce00..8d14221c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "1.0.6", - "cksum": "271866752 14882", + "version": "1.1.0", + "cksum": "815766362 15358", "tables": { "Open_vSwitch": { "columns": { @@ -384,7 +384,18 @@ "min": 0, "max": 1}}, "external_ids": { "type": {"key": "string", "value": "string", - "min": 0, "max": "unlimited"}}}}, + "min": 0, "max": "unlimited"}}, + "is_connected": { + "type": "boolean", + "ephemeral": true}, + "role": { + "type": {"key": {"type": "string", + "enum": ["set", ["other", "master", "slave"]]}, + "min": 0, "max": 1}, + "ephemeral": true}, + "status": { + "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}, + "ephemeral": true}}}, "Manager": { "columns": { "target": {