X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fvswitch.ovsschema;h=75c4326e94cb35b5cfc7f2a05312dc80f447e57f;hb=27b1bdef46dffa58967991682842d2cd248ad16e;hp=f975851dab9eeb0c6c98534dd8b270824fa722fd;hpb=ea763e0e2828c35660310f8b7791781b17b30cbd;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index f975851d..75c4326e 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "1.0.3", - "cksum": "2654345387 14137", + "version": "1.0.6", + "cksum": "2256400918 14940", "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"}, @@ -171,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": {