]> git.proxmox.com Git - ovs.git/blame - lib/vconn-active.man
compat: Add ipv6 GRE and IPV6 Tunneling
[ovs.git] / lib / vconn-active.man
CommitLineData
84ee7bcf 1.IP "\fBssl:\fIip\fR[\fB:\fIport\fR]"
125b0291
JP
2.IQ "\fBtcp:\fIip\fR[\fB:\fIport\fR]"
3The specified \fIport\fR on the host at the given \fIip\fR, which must
e731d71b
AS
4be expressed as an IP address (not a DNS name) in IPv4 or IPv6 address
5format. Wrap IPv6 addresses in square brackets,
5d77b36b
BP
6e.g. \fBtcp:[::1]:6653\fR. On Linux, use \fB%\fIdevice\fR to
7designate a scope for IPv6 link-level addresses,
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.