]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vconn-active.man
ofp-actions: Add extension to support "group" action in OF1.0.
[mirror_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,
d4763d1d 6e.g. \fBtcp:[::1]:6653\fR. For \fBssl\fR, the \fB\-\-private\-key\fR,
e731d71b 7\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory.
125b0291 8.IP
d4763d1d 9If \fIport\fR is not specified, it defaults to 6653.
84ee7bcf
BP
10.TP
11\fBunix:\fIfile\fR
e3f512b0
GS
12On POSIX, a Unix domain server socket named \fIfile\fR.
13.IP
14On Windows, a localhost TCP port written in \fIfile\fR.