projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7887671
)
vswitch: Limit SSL table to a single row.
author
Ben Pfaff
<blp@nicira.com>
Fri, 19 Mar 2010 00:09:42 +0000
(17:09 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 19 Mar 2010 23:47:14 +0000
(16:47 -0700)
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
patch
|
blob
|
history
diff --git
a/vswitchd/vswitch.ovsschema
b/vswitchd/vswitch.ovsschema
index 2331064fffcd65ed31684a08ea88d545a597f8fe..8661875ff28b0b6b7ef04b3b28fc49208b4ee8e9 100644
(file)
--- 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}}}