X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb-server.1.in;h=a4cf3442d7dc74941f1e28b9287ede20c15e09ac;hb=79f108b14e7944ddc4669e9c03fc34b40a3a2288;hp=1201e6f68e07faf465f7d0f66e1d7a33a56de7cf;hpb=85606e05b691be7c2f2d4bcf0e91170b71ec8fbb;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in index 1201e6f68..a4cf3442d 100644 --- a/ovsdb/ovsdb-server.1.in +++ b/ovsdb/ovsdb-server.1.in @@ -7,8 +7,6 @@ .TH ovsdb\-server 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual" .\" This program's name: .ds PN ovsdb\-server -.\" SSL peer program's name: -.ds SN ovsdb\-client . .SH NAME ovsdb\-server \- Open vSwitch database server @@ -19,6 +17,7 @@ ovsdb\-server \- Open vSwitch database server [\fB\-\-remote=\fIremote\fR]\&... [\fB\-\-run=\fIcommand\fR] .so lib/daemon-syn.man +.so lib/service-syn.man .so lib/vlog-syn.man .so lib/ssl-syn.man .so lib/ssl-bootstrap-syn.man @@ -73,6 +72,10 @@ client before sending an inactivity probe message. It is an error for \fIcolumn\fR to have another type. .RE . +.IP +To connect or listen on multiple connection methods, use multiple +\fB\-\-remote\fR options. +. .IP "\fB\-\-run=\fIcommand\fR]" Ordinarily \fBovsdb\-server\fR runs forever, or until it is told to exit (see \fBRUNTIME MANAGEMENT COMMANDS\fR below). With this option, @@ -85,11 +88,15 @@ otherwise, it exits with exit code 1. This option can be useful where a database server is needed only to run a single command, e.g.: .B "ovsdb\-server \-\-remote=punix:socket \-\-run='ovsdb\-client dump unix:socket Open_vSwitch'" +.IP +This option is not supported on Windows platform. .SS "Daemon Options" .ds DD \ \fBovsdb\-server\fR detaches only after it starts listening on all \ configured remotes. .so lib/daemon.man +.SS "Service Options" +.so lib/service.man .SS "Logging Options" .so lib/vlog.man .SS "Public Key Infrastructure Options" @@ -176,7 +183,6 @@ the command line or through the \fBovsdb\-server/add\-db\fR command. .so lib/vlog-unixctl.man .so lib/memory-unixctl.man .so lib/coverage-unixctl.man -.so lib/stress-unixctl.man .SH "SEE ALSO" . .BR ovsdb\-tool (1).