[ovs-dev] [PATCH 7/7] vswitch: Limit SSL table to a single row.

Ben Pfaff blp at nicira.com
Fri Mar 19 00:13:20 UTC 2010


Only a single row in the SSL can be useful currently.  This should help to
prevent confusion since ovsdb-server will choose an SSL configuration
randomly if there is more than one.
---
 vswitchd/vswitch.ovsschema |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 2331064..8661875 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -229,4 +229,5 @@
        "ca_cert": {
          "type": "string"},
        "bootstrap_ca_cert": {
-         "type": "boolean"}}}}}
+         "type": "boolean"}},
+     "maxRows": 1}}}
-- 
1.6.6.1





More information about the dev mailing list