ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib / vconn-active.man
1 .IP "\fBssl:\fIip\fR[\fB:\fIport\fR]"
2 The 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).
4 The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
5 \fB\-\-ca\-cert\fR options are mandatory when this form is used.
6 .
7 .IP "\fBtcp:\fIip\fR[\fB:\fIport\fR]"
8 The 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).
10 .
11 .TP
12 \fBunix:\fIfile\fR
13 The Unix domain server socket named \fIfile\fR.