[ovs-dev] [PATCH 5/7] docs: Fix ovsdb-server manpage.

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


The description of --remote=db:table,column got accidentally dropped a
number of commits back, so restore it.  Also, document that ovsdb-server
supports SSL bootstrapping.
---
 ovsdb/ovsdb-server.1.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in
index e301609..d315c8a 100644
--- a/ovsdb/ovsdb-server.1.in
+++ b/ovsdb/ovsdb-server.1.in
@@ -32,6 +32,14 @@ Adds \fIremote\fR as a connection method used by \fBovsdb\-server\fR.
 .RS
 .so ovsdb/remote-passive.man
 .so ovsdb/remote-active.man
+.
+.IP "\fBdb:\fItable\fB,\fIcolumn\fR"
+Reads additional connection methods from \fIcolumn\fR in all of the
+rows in \fItable\fR within the \fBovsdb\-server\fR database.  The
+\fIcolumn\fR must have type string or set of strings.  The connection
+methods in the column must have one of the forms described above.  As
+the contents of \fIcolumn\fR changes, \fBovsdb\-server\fR also adds
+and drops connection methods accordingly.
 .RE
 .
 .IP "\fB\-\-run=\fIcommand\fR]"
@@ -52,6 +60,7 @@ run a single command, e.g.:
 .so lib/vlog.man
 .SS "Public Key Infrastructure Options"
 .so lib/ssl.man
+.so lib/ssl-bootstrap.man
 .SS "Other Options"
 .so lib/common.man
 .SH "RUNTIME MANAGEMENT COMMANDS"
-- 
1.6.6.1





More information about the dev mailing list