]> git.proxmox.com Git - ovs.git/blame - ovsdb/remote-active.man
ovn: l3ha fix bundle action generation
[ovs.git] / ovsdb / remote-active.man
CommitLineData
9467fe62 1.IP "\fBssl:\fIip\fB:\fIport\fR"
5d77b36b
BP
2.IQ "\fBtcp:\fIip\fB:\fIport\fR"
3The given SSL or plain TCP \fIport\fR on the host at the given
4\fIip\fR, which must be expressed as an IP address (not a DNS name) in
5IPv4 or IPv6 address format. If \fIip\fR is an IPv6 address, then
6wrap \fIip\fR with square brackets, e.g.: \fBssl:[::1]:6640\fR. On
7Linux, use \fB%\fIdevice\fR to designate a scope for IPv6 link-level
8addresses, e.g. \fBssl:[fe80::1234%eth0]:6653\fR. For \fBssl\fR, the
9\fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
10options are mandatory.
9467fe62
BP
11.
12.IP "\fBunix:\fIfile\fR"
e3f512b0
GS
13On POSIX, connect to the Unix domain server socket named \fIfile\fR.
14.IP
922247c6
AS
15On Windows, connect to a local named pipe that is represented by a file
16created in the path \fIfile\fR to mimic the behavior of a Unix domain
17socket.