a9efdb3bdaac287245210c7b98187a3d2e69cd31
[sliver-openvswitch.git] / lib / vconn-passive.man
1 .IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
2 .IQ "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
3 Listens for OpenFlow connections on \fIport\fR.  By
4 default, connections are not bound to a particular local IP address, but
5 \fIip\fR may be specified to listen only for connections to the given
6 \fIip\fR.  For \fBpssl\fR, the \fB\-\-private\-key\fR,
7 \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR options are mandatory.
8 .IP
9 If \fIport\fR is not specified, it currently defaults to 6633.  In the
10 future, the default will change to 6653, which is the IANA-defined
11 value.
12 .
13 .IP "\fBpunix:\fIfile\fR"
14 Listens for OpenFlow connections on the Unix domain server socket
15 named \fIfile\fR.