From: Ethan Jackson Date: Fri, 25 Mar 2011 00:53:16 +0000 (-0700) Subject: schema: Monitor's remote_mps is not ephemeral. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead91a562c3747543985405b48067622b7b1de57;p=openvswitch schema: Monitor's remote_mps is not ephemeral. The remote_mps column of the Monitor table is a configuration parameter and should not be ephemeral. --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index e808aa3d..98e4a100 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.0.1", + "cksum": "1940448373 15497", "tables": { "Open_vSwitch": { "columns": { @@ -220,8 +220,7 @@ "type": { "key": { "type": "uuid", "refTable": "Maintenance_Point"}, "min": 0, - "max": "unlimited"}, - "ephemeral": true}, + "max": "unlimited"}}, "unexpected_remote_mpids": { "type": { "key": { "type": "integer"},