]> git.proxmox.com Git - mirror_ovs.git/blame - lib/vconn-passive.man
Always treat datapath ports as 32 bits.
[mirror_ovs.git] / lib / vconn-passive.man
CommitLineData
84ee7bcf
BP
1.IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
2Listens for OpenFlow SSL connections on \fIport\fR (default: 6633).
3The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
4\fB\-\-ca\-cert\fR options are mandatory when this form is used. By
524e1b1c 5default, connections are not bound to a particular local IP address,
84ee7bcf
BP
6but \fIip\fR may be specified to listen only for connections to the
7given \fIip\fR.
a9b4a41a 8.
84ee7bcf
BP
9.IP "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
10Listens for OpenFlow TCP connections on \fIport\fR (default: 6633).
524e1b1c 11By default, connections are not bound to a particular local IP
84ee7bcf 12address, but \fIip\fR may be specified to listen only for connections
5d943800 13to the given \fIip\fR.
a9b4a41a 14.
84ee7bcf
BP
15.IP "\fBpunix:\fIfile\fR"
16Listens for OpenFlow connections on the Unix domain server socket
17named \fIfile\fR.