]> git.proxmox.com Git - mirror_ovs.git/blob - lib/vconn-active.man
ovsdb-idl: Fix *_is_new() IDL functions.
[mirror_ovs.git] / lib / vconn-active.man
1 .IP "\fBssl:\fIhost\fR[\fB:\fIport\fR]"
2 .IQ "\fBtcp:\fIhost\fR[\fB:\fIport\fR]"
3 The specified \fIport\fR on the given \fIhost\fR, which can
4 be expressed either as a DNS name (if built with unbound library)
5 or an IP address in IPv4 or IPv6 address format. Wrap IPv6 addresses
6 in square brackets, e.g. \fBtcp:[::1]:6653\fR. On Linux, use
7 \fB%\fIdevice\fR to designate a scope for IPv6 link-level addresses,
8 e.g. \fBtcp:[fe80::1234%eth0]:6653\fR. For \fBssl\fR, the
9 \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
10 options are mandatory.
11 .IP
12 If \fIport\fR is not specified, it defaults to 6653.
13 .TP
14 \fBunix:\fIfile\fR
15 On POSIX, a Unix domain server socket named \fIfile\fR.
16 .IP
17 On Windows, connect to a local named pipe that is represented by a
18 file created in the path \fIfile\fR to mimic the behavior of a Unix
19 domain socket.