]> git.proxmox.com Git - ovs.git/blame - lib/vconn-active.man
tests: Fix deprecated use of qw.
[ovs.git] / lib / vconn-active.man
CommitLineData
84ee7bcf
BP
1.IP "\fBssl:\fIip\fR[\fB:\fIport\fR]"
2The specified SSL \fIport\fR (default: 6633) on the host at the given
3\fIip\fR, which must be expressed as an IP address (not a DNS name).
4The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
5\fB\-\-ca\-cert\fR options are mandatory when this form is used.
a9b4a41a 6.
84ee7bcf
BP
7.IP "\fBtcp:\fIip\fR[\fB:\fIport\fR]"
8The specified TCP \fIport\fR (default: 6633) on the host at the given
9\fIip\fR, which must be expressed as an IP address (not a DNS name).
a9b4a41a 10.
84ee7bcf
BP
11.TP
12\fBunix:\fIfile\fR
13The Unix domain server socket named \fIfile\fR.