]> git.proxmox.com Git - ovs.git/blame - ovsdb/remote-passive.man
ovsdb-server: Store databases in shash instead of array.
[ovs.git] / ovsdb / remote-passive.man
CommitLineData
9467fe62
BP
1.IP "\fBpssl:\fIport\fR[\fB:\fIip\fR]"
2Listen on the given SSL \fIport\fR for a connection. By default,
524e1b1c 3connections are not bound to a particular local IP address, but
9467fe62
BP
4specifying \fIip\fR limits connections to those from the given
5\fIip\fR. The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
6\fB\-\-ca\-cert\fR options are mandatory when this form is used.
7.
8.IP "\fBptcp:\fIport\fR[\fB:\fIip\fR]"
9Listen on the given TCP \fIport\fR for a connection. By default,
524e1b1c 10connections are not bound to a particular local IP address, but
9467fe62
BP
11\fIip\fR may be specified to listen only for connections to the given
12\fIip\fR.
13.
14.IP "\fBpunix:\fIfile\fR"
15Listen on the Unix domain server socket named \fIfile\fR for a
16connection.