X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fremote-active.man;h=22b350c1a9640420abc3e9f2eeb588f1c3dc4218;hb=HEAD;hp=419b1c8357c465ed86a0c2f0e7ab42f77b82a4a0;hpb=e731d71bf47b8370e4bfa87827113eedd20b7398;p=cascardo%2Fovs.git diff --git a/ovsdb/remote-active.man b/ovsdb/remote-active.man index 419b1c835..22b350c1a 100644 --- a/ovsdb/remote-active.man +++ b/ovsdb/remote-active.man @@ -2,14 +2,17 @@ The specified SSL \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. If \fIip\fR is an IPv6 address, then wrap \fIip\fR with square -brackets, e.g.: \fBssl:[::1]:6632\fR. +brackets, e.g.: \fBssl:[::1]:6640\fR. The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory when this form is used. . .IP "\fBtcp:\fIip\fB:\fIport\fR" Connect to the given TCP \fIport\fR on \fIip\fR, where \fIip\fR can be IPv4 or IPv6 address. If \fIip\fR is an IPv6 address, then wrap \fIip\fR with -square brackets, e.g.: \fBtcp:[::1]:6632\fR. +square brackets, e.g.: \fBtcp:[::1]:6640\fR. . .IP "\fBunix:\fIfile\fR" -Connect to the Unix domain server socket named \fIfile\fR. +On POSIX, connect to the Unix domain server socket named \fIfile\fR. +.IP +On Windows, connect to a localhost TCP port whose value is written in +\fIfile\fR.