netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ovsdb / remote-active.man
1 .IP "\fBssl:\fIip\fB:\fIport\fR"
2 The specified SSL \fIport\fR on the host at the given \fIip\fR, which
3 must be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address
4 format.  If \fIip\fR is an IPv6 address, then wrap \fIip\fR with square
5 brackets, e.g.: \fBssl:[::1]:6640\fR.
6 The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
7 options are mandatory when this form is used.
8 .
9 .IP "\fBtcp:\fIip\fB:\fIport\fR"
10 Connect to the given TCP \fIport\fR on \fIip\fR, where \fIip\fR can be IPv4
11 or IPv6 address. If \fIip\fR is an IPv6 address, then wrap \fIip\fR with
12 square brackets, e.g.: \fBtcp:[::1]:6640\fR.
13 .
14 .IP "\fBunix:\fIfile\fR"
15 On POSIX, connect to the Unix domain server socket named \fIfile\fR.
16 .IP
17 On Windows, connect to a localhost TCP port whose value is written in
18 \fIfile\fR.