According to RFC 7047, 'ephemeral' annotation does not guarantee the values to be durable. This fix Removes this annotation.
VMware-BZ: 1332235 Signed-off-by: Andy Zhou <az...@nicira.com> --- vswitchd/vswitch.ovsschema | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 1b31550..1817766 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "7.10.0", - "cksum": "4112502492 21498", + "version": "7.10.1", + "cksum": "2340049037 21461", "tables": { "Open_vSwitch": { "columns": { @@ -162,8 +162,7 @@ "type": "integer"}, "bond_active_slave": { "type": {"key": {"type": "string"}, - "min": 0, "max": 1}, - "ephemeral": true}, + "min": 0, "max": 1}}, "bond_fake_iface": { "type": "boolean"}, "fake_bridge": { -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev