From e5b6e3ae0aa0f2bc9d7b5268822613bc228de3ac Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 21 Jun 2011 11:24:52 -0700 Subject: [PATCH] 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 --- vswitchd/vswitch.ovsschema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": { -- 2.30.2