]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vconn-passive.man
ovs-vswitchd: Better document that ovs-vswitchd manages its own datapaths.
[mirror_ovs.git] / lib / vconn-passive.man
CommitLineData
84ee7bcf 1.IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
125b0291 2.IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
e731d71b 3Listens for OpenFlow connections on \fIport\fR. The default
5d77b36b
BP
4\fIport\fR is 6653. By default, connections are allowed from any IPv4
5address. Specify \fIip\fR as an IPv4 address or a bracketed IPv6
6address (e.g. \fBptcp:6653:[::1]\fR). On Linux, use \fB%\fIdevice\fR
7to designate a scope for IPv6 link-level addresses,
8e.g. \fBptcp:6653:[fe80::1234%eth0]\fR. DNS names may
9not be used. For \fBpssl\fR, the
e731d71b
AS
10\fB\-\-private\-key\fR,\fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
11options are mandatory.
125b0291 12.IP
a9b4a41a 13.
84ee7bcf
BP
14.IP "\fBpunix:\fIfile\fR"
15Listens for OpenFlow connections on the Unix domain server socket
16named \fIfile\fR.