From: Ben Pfaff Date: Fri, 20 Apr 2012 18:12:46 +0000 (-0700) Subject: vswitchd: Make "cfm_health" column ephemeral. X-Git-Tag: sliver-openvswitch-0.1-1~60 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8a899ac4451757e55afdb1b1f3701b0b4b65d6d6;p=sliver-openvswitch.git vswitchd: Make "cfm_health" column ephemeral. There's no need to log this to the on-disk database. Spotted while examining "ovsdb-tool show-log" output. Reported-by: Ethan Jackson Signed-off-by: Ben Pfaff --- diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 4182d2b0b..9712003ab 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.9.2", - "cksum": "2800409701 16724", + "version": "6.9.3", + "cksum": "2110020336 16754", "tables": { "Open_vSwitch": { "columns": { @@ -203,7 +203,8 @@ "type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 100}, - "min": 0, "max": 1}}, + "min": 0, "max": 1}, + "ephemeral": true}, "lacp_current": { "type": {"key": {"type": "boolean"}, "min": 0, "max": 1},