]> git.proxmox.com Git - mirror_ovs.git/blame - ovsdb/remote-active.man
ovsdb: Frees database memory on ovsdb process cleanup.
[mirror_ovs.git] / ovsdb / remote-active.man
CommitLineData
9467fe62
BP
1.IP "\fBssl:\fIip\fB:\fIport\fR"
2The specified SSL \fIport\fR on the host at the given \fIip\fR, which
e731d71b
AS
3must be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address
4format. If \fIip\fR is an IPv6 address, then wrap \fIip\fR with square
5brackets, e.g.: \fBssl:[::1]:6632\fR.
6The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
9467fe62
BP
7options are mandatory when this form is used.
8.
9.IP "\fBtcp:\fIip\fB:\fIport\fR"
e731d71b
AS
10Connect to the given TCP \fIport\fR on \fIip\fR, where \fIip\fR can be IPv4
11or IPv6 address. If \fIip\fR is an IPv6 address, then wrap \fIip\fR with
12square brackets, e.g.: \fBtcp:[::1]:6632\fR.
9467fe62
BP
13.
14.IP "\fBunix:\fIfile\fR"
e3f512b0
GS
15On POSIX, connect to the Unix domain server socket named \fIfile\fR.
16.IP
17On Windows, connect to a localhost TCP port whose value is written in
18\fIfile\fR.