]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vconn-active.man
ipf: Avoid accessing to a freed rp.
[mirror_ovs.git] / lib / vconn-active.man
CommitLineData
771680d9
YS
1.IP "\fBssl:\fIhost\fR[\fB:\fIport\fR]"
2.IQ "\fBtcp:\fIhost\fR[\fB:\fIport\fR]"
3The specified \fIport\fR on the given \fIhost\fR, which can
4be expressed either as a DNS name (if built with unbound library)
5or an IP address in IPv4 or IPv6 address format. Wrap IPv6 addresses
6in square brackets, e.g. \fBtcp:[::1]:6653\fR. On Linux, use
7\fB%\fIdevice\fR to designate a scope for IPv6 link-level addresses,
5d77b36b
BP
8e.g. \fBtcp:[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.
125b0291 11.IP
d4763d1d 12If \fIport\fR is not specified, it defaults to 6653.
84ee7bcf
BP
13.TP
14\fBunix:\fIfile\fR
e3f512b0
GS
15On POSIX, a Unix domain server socket named \fIfile\fR.
16.IP
922247c6
AS
17On Windows, connect to a local named pipe that is represented by a
18file created in the path \fIfile\fR to mimic the behavior of a Unix
19domain socket.