From: Ethan Jackson Date: Tue, 21 Jun 2011 18:24:52 +0000 (-0700) Subject: schema: Update schema version due to xenserver changes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b6e3ae0aa0f2bc9d7b5268822613bc228de3ac;p=openvswitch schema: Update schema version due to xenserver changes. Commit 32abfca0 "xenserver: New iface-status external id." and Commit 40043044 "xenserver: Give tap devices iface-ids.", changed the way a controller interprets the external_ids column of the Interface table. This patch increments the schema version number to reflect that change. Requested-by: Pankaj Thakkar --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index be23c921..dee2a045 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "5.0.0", - "cksum": "456700307 14434", + "version": "5.0.1", + "cksum": "246745439 14434", "tables": { "Open_vSwitch": { "columns": {