From a4230dedddd1909f84947b9c6cdf88a23e10a301 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 18 Mar 2010 17:09:42 -0700 Subject: [PATCH] vswitch: Limit SSL table to a single row. 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 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 2331064f..8661875f 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}}} -- 2.30.2