X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=5afb606d521e45bda42fb3abbefe044d827a7ac8;hb=127c94840a7c6f9622f097cc15eaeb2bad379fc8;hp=7618e2d5a1c1788745cc321ea001b23362ebff06;hpb=c5f341ab193b9126dffef8c77bf8ed35e91290fd;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 7618e2d5..5afb606d 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "2.1.0", - "cksum": "1990266641 15714", + "version": "3.1.0", + "cksum": "2572059147 15155", "tables": { "Open_vSwitch": { "columns": { @@ -220,20 +220,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"}, @@ -362,10 +349,6 @@ "min": 0, "max": 1}}, "inactivity_probe": { "type": {"key": "integer", "min": 0, "max": 1}}, - "discover_accept_regex": { - "type": {"key": "string", "min": 0, "max": 1}}, - "discover_update_resolv_conf": { - "type": {"key": "boolean", "min": 0, "max": 1}}, "connection_mode": { "type": {"key": {"type": "string", "enum": ["set", ["in-band", "out-of-band"]]},