X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fvswitch.ovsschema;h=0622512c6585ac9851aeb4c0dedb5b6bb12d8ad7;hb=84c5d450;hp=e808aa3d92c3dd5e90d98b03cb2df4deecfeaa8b;hpb=195c8086244e33ec42fd9fc8354eaedfd849bbba;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index e808aa3d..0622512c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "3.0.0", - "cksum": "705848946 15525", + "version": "3.5.0", + "cksum": "1684955806 14964", "tables": { "Open_vSwitch": { "columns": { @@ -121,7 +121,7 @@ "min": 0, "max": 1}}, "bond_mode": { "type": {"key": {"type": "string", - "enum": ["set", ["balance-tcp", "balance-slb", "active-backup"]]}, + "enum": ["set", ["balance-tcp", "balance-slb", "active-backup", "stable"]]}, "min": 0, "max": 1}}, "lacp": { "type": {"key": {"type": "string", @@ -167,6 +167,9 @@ "key": {"type": "uuid", "refTable": "Monitor"}, "min": 0, "max": 1}}, + "lacp_current": { + "type": {"key": {"type": "boolean"}, + "min": 0, "max": 1}}, "other_config": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}, "statistics": { @@ -201,16 +204,6 @@ "mpid": { "type" : { "key": { "type": "integer", "minInteger": 1, "maxInteger": 8191}}}, - "md_name": { - "type" : { - "key": { "type": "string", "minLength": 1, "maxLength": 43}, - "min": 0, - "max": 1}}, - "ma_name": { - "type" : { - "key": { "type": "string", "minLength": 1, "maxLength": 43}, - "min": 0, - "max": 1}}, "interval": { "type": { "key": { "type": "integer", "minInteger": 100}, @@ -220,20 +213,7 @@ "type": { "key": { "type": "uuid", "refTable": "Maintenance_Point"}, "min": 0, - "max": "unlimited"}, - "ephemeral": true}, - "unexpected_remote_mpids": { - "type": { - "key": { "type": "integer"}, - "min": 0, - "max": "unlimited"}, - "ephemeral": true}, - "unexpected_remote_maids": { - "type": { - "key": "string", - "min": 0, - "max": "unlimited"}, - "ephemeral": true}, + "max": "unlimited"}}, "fault": { "type": { "key": { "type": "boolean"},