X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fremote-active.man;h=5facf0aea7d5d92e9ae4665a44026cf8b928f328;hb=HEAD;hp=a934cf0ef5c16dcd4d0ebcb2d9c52bc0f7b75e4c;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=sliver-openvswitch.git diff --git a/ovsdb/remote-active.man b/ovsdb/remote-active.man index a934cf0ef..5facf0aea 100644 --- a/ovsdb/remote-active.man +++ b/ovsdb/remote-active.man @@ -1,11 +1,18 @@ .IP "\fBssl:\fIip\fB:\fIport\fR" 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). The -\fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR +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. +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. +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. . .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.