]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vconn-passive.man
ovsdb-idl: Fix *_is_new() IDL functions.
[mirror_ovs.git] / lib / vconn-passive.man
CommitLineData
771680d9
YS
1.IP "\fBpssl:\fR[\fIport\fR][\fB:\fIhost\fR]"
2.IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIhost\fR]"
e731d71b 3Listens for OpenFlow connections on \fIport\fR. The default
5d77b36b 4\fIport\fR is 6653. By default, connections are allowed from any IPv4
771680d9 5address. Specify \fIhost\fR as an IPv4 address or a bracketed IPv6
5d77b36b
BP
6address (e.g. \fBptcp:6653:[::1]\fR). On Linux, use \fB%\fIdevice\fR
7to designate a scope for IPv6 link-level addresses,
771680d9
YS
8e.g. \fBptcp:6653:[fe80::1234%eth0]\fR. DNS names can
9be used if built with unbound library. 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.