]> git.proxmox.com Git - mirror_ovs.git/blob - lib/vconn-active.man
flow: Fix buffer overread in flow_hash_symmetric_l3l4().
[mirror_ovs.git] / lib / vconn-active.man
1 .IP "\fBssl:\fIip\fR[\fB:\fIport\fR]"
2 .IQ "\fBtcp:\fIip\fR[\fB:\fIport\fR]"
3 The specified \fIport\fR on the host at the given \fIip\fR, which must
4 be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address
5 format. Wrap IPv6 addresses in square brackets,
6 e.g. \fBtcp:[::1]:6653\fR. For \fBssl\fR, the \fB\-\-private\-key\fR,
7 \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory.
8 .IP
9 If \fIport\fR is not specified, it defaults to 6653.
10 .TP
11 \fBunix:\fIfile\fR
12 On POSIX, a Unix domain server socket named \fIfile\fR.
13 .IP
14 On Windows, connect to a local named pipe that is represented by a
15 file created in the path \fIfile\fR to mimic the behavior of a Unix
16 domain socket.