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 <[email protected]> --- vswitchd/vswitch.ovsschema | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 90fedd9..c5255dd 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": { -- 1.7.4.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
