]> git.proxmox.com Git - mirror_ovs.git/blame - ovsdb/remote-passive.man
ovs-vsctl: Remove dead assignment.
[mirror_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,
3\fB\*(PN\fR listens for connections to any local IP address, but
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,
10\fB\*(PN\fR listens for connections to any local IP address, but
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.