summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-06 11:36:05 -0700
committerBen Pfaff <blp@nicira.com>2011-10-07 09:04:55 -0700
commit44ff0707f09dc09b892a9b1b0a6aad6313f5248e (patch)
tree8af6a49b392df4aea4f786577326e761841d2b04 /vswitchd/vswitch.ovsschema
parente9141eec249f97e547c6e47205b61ee98d9b52e9 (diff)
downloadopenvswitch-44ff0707f09dc09b892a9b1b0a6aad6313f5248e.tar.gz
vswitch.ovsschema: Mark more CFM columns ephemeral.
I spotted these being logged to the database. That doesn't match up with our usual model, so mark them ephemeral.
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema13
1 files changed, 8 insertions, 5 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index b25ebad93..b32e26b23 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "6.1.0",
- "cksum": "3987556157 14663",
+ "version": "6.1.1",
+ "cksum": "282564184 14747",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -179,15 +179,18 @@
"type": {
"key": {"type": "integer"},
"min": 0,
- "max": "unlimited"}},
+ "max": "unlimited"},
+ "ephemeral": true},
"cfm_fault": {
"type": {
"key": { "type": "boolean"},
"min": 0,
- "max": 1}},
+ "max": 1},
+ "ephemeral": true},
"lacp_current": {
"type": {"key": {"type": "boolean"},
- "min": 0, "max": 1}},
+ "min": 0, "max": 1},
+ "ephemeral": true},
"other_config": {
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
"statistics": {