From 002c42961c2d2cbc8e3ce9458f9bd1ef3e93cfb1 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Mon, 2 May 2011 16:33:01 -0700 Subject: [PATCH] vswitchd: Update schema version number. Quite a few changes to LACP and bonding have gone in recently which allowed additional other_config parameters on ports and interfaces. These changes should have updated the vswitch.ovsschema version number. Requested-by: Jeremy Stribling --- vswitchd/vswitch.ovsschema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 90fedd98a..c5255dd9e 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "3.3.0", - "cksum": "1105667635 15276", + "version": "3.4.0", + "cksum": "3926696578 15276", "tables": { "Open_vSwitch": { "columns": { -- 2.39.5