[ovs-dev] [PATCH] schema: Monitor's remote_mps is not ephemeral.
Ethan Jackson
ethan at nicira.com
Thu Mar 24 17:55:02 PDT 2011
The remote_mps column of the Monitor table is a configuration
parameter and should not be ephemeral.
---
vswitchd/vswitch.ovsschema | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index e808aa3..98e4a10 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "3.0.0",
- "cksum": "705848946 15525",
+ "version": "3.0.1",
+ "cksum": "1940448373 15497",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -220,8 +220,7 @@
"type": {
"key": { "type": "uuid", "refTable": "Maintenance_Point"},
"min": 0,
- "max": "unlimited"},
- "ephemeral": true},
+ "max": "unlimited"}},
"unexpected_remote_mpids": {
"type": {
"key": { "type": "integer"},
--
1.7.4.1
More information about the dev
mailing list