X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvconn-active.man;h=b0c4acea895ce314ec2cee405c0420919c08981a;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=ef86f739baf231ff6618775c5cccf2c5e8c67203;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=sliver-openvswitch.git diff --git a/lib/vconn-active.man b/lib/vconn-active.man index ef86f739b..b0c4acea8 100644 --- a/lib/vconn-active.man +++ b/lib/vconn-active.man @@ -1,13 +1,16 @@ .IP "\fBssl:\fIip\fR[\fB:\fIport\fR]" -The specified SSL \fIport\fR (default: 6633) on the host at the given -\fIip\fR, which must be expressed as an IP address (not a DNS name). -The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and -\fB\-\-ca\-cert\fR options are mandatory when this form is used. - -.IP "\fBtcp:\fIip\fR[\fB:\fIport\fR]" -The specified TCP \fIport\fR (default: 6633) on the host at the given -\fIip\fR, which must be expressed as an IP address (not a DNS name). - +.IQ "\fBtcp:\fIip\fR[\fB:\fIport\fR]" +The specified \fIport\fR on the host at the given \fIip\fR, which must +be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address +format. Wrap IPv6 addresses in square brackets, +e.g. \fBtcp:[::1]:6633\fR. For \fBssl\fR, the \fB\-\-private\-key\fR, +\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory. +.IP +If \fIport\fR is not specified, it currently defaults to 6633. In the +future, the default will change to 6653, which is the IANA-defined +value. .TP \fBunix:\fIfile\fR -The Unix domain server socket named \fIfile\fR. +On POSIX, a Unix domain server socket named \fIfile\fR. +.IP +On Windows, a localhost TCP port written in \fIfile\fR.