LGTM.  Sorry for using the wrong version.

Acked-by: Andy Zhou <az...@nicira.com>

On Tue, Oct 7, 2014 at 4:54 PM, Ben Pfaff <b...@nicira.com> wrote:
> Commit 3e5aeeb581faf7 (bridge: Keep bond active slave selection across OVS
> restart) updated the OVS schema number from 7.9.0 to 8.0.0.  However,
> the major version number should only be incremented for incompatible schema
> changes, ones that are likely to break software that interacts with the
> schema.  The change in question only added a column to a table, so it is
> not an incompatible change.  Therefore, this commit changes the schema
> version number to 7.10.0, indicating a compatible change.
>
> CC: Andy Zhou <az...@nicira.com>
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
>  vswitchd/vswitch.ovsschema |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
> index eb4a112..1b31550 100644
> --- a/vswitchd/vswitch.ovsschema
> +++ b/vswitchd/vswitch.ovsschema
> @@ -1,6 +1,6 @@
>  {"name": "Open_vSwitch",
> - "version": "8.0.0",
> - "cksum": "867114045 21497",
> + "version": "7.10.0",
> + "cksum": "4112502492 21498",
>   "tables": {
>     "Open_vSwitch": {
>       "columns": {
> --
> 1.7.10.4
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to