X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fvswitch.ovsschema;h=8d14221c389420928caafdd9c3a4c57db0d02edb;hb=f696f12fbe84f49d650f48c45ce1a24b94547ad2;hp=a8140b8abc8ab5aa84d6195946b9b246ff43a6c2;hpb=be02e7c3712a927993d5ff00a98b824582e1f5e2;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index a8140b8a..8d14221c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "1.0.2", - "cksum": "3196651018 14282", + "version": "1.1.0", + "cksum": "815766362 15358", "tables": { "Open_vSwitch": { "columns": { @@ -120,9 +120,9 @@ "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}}, - "bond_type": { + "bond_mode": { "type": {"key": {"type": "string", - "enum": ["set", ["slb", "active-backup"]]}, + "enum": ["set", ["balance-slb", "active-backup"]]}, "min": 0, "max": 1}}, "bond_updelay": { "type": "integer"}, @@ -151,10 +151,6 @@ "ingress_policing_burst": { "type": {"key": {"type": "integer", "minInteger": 0}}}, - "tunnel_egress_iface": { - "type": {"key": {"type": "string"}, - "min": 0, "max": 1}, - "ephemeral": true}, "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}}, @@ -175,6 +171,27 @@ "ephemeral": true}, "status": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}, + "ephemeral": true}, + "admin_state": { + "type": {"key": {"type": "string", + "enum": ["set", ["up", "down"]]}, + "min": 0, "max": 1}, + "ephemeral": true}, + "link_state": { + "type": {"key": {"type": "string", + "enum": ["set", ["up", "down"]]}, + "min": 0, "max": 1}, + "ephemeral": true}, + "link_speed": { + "type": {"key": "integer", "min": 0, "max": 1}, + "ephemeral": true}, + "duplex": { + "type": {"key": {"type": "string", + "enum": ["set", ["half", "full"]]}, + "min": 0, "max": 1}, + "ephemeral": true}, + "mtu": { + "type": {"key": "integer", "min": 0, "max": 1}, "ephemeral": true}}}, "Monitor": { "columns": { @@ -367,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": {