summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-04-20 11:12:46 -0700
committerBen Pfaff <blp@nicira.com>2012-04-20 11:12:46 -0700
commit8a899ac4451757e55afdb1b1f3701b0b4b65d6d6 (patch)
treef6cd398eb89edf2a9777ca5bc951a23723ff6893 /vswitchd/vswitch.ovsschema
parent597f98ccb5b31d2e6e3404520b983399fe52c201 (diff)
downloadopenvswitch-8a899ac4451757e55afdb1b1f3701b0b4b65d6d6.tar.gz
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 <ethan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema7
1 files changed, 4 insertions, 3 deletions
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},