vswitch.ovsschema: Correct schema version number.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 23:54:04 +0000 (16:54 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 23:57:40 +0000 (16:57 -0700)
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.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
vswitchd/vswitch.ovsschema

index eb4a112..1b31550 100644 (file)
@@ -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": {