Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / lib / vconn-passive.man
1 .IP "\fBpssl:\fR[\fIport\fR][\fB:\fIip\fR]"
2 Listens for OpenFlow SSL connections on \fIport\fR (default: 6633).
3 The \fB\-\-private\-key\fR, \fB\-\-certificate\fR, and
4 \fB\-\-ca\-cert\fR options are mandatory when this form is used.  By
5 default, \fB\*(PN\fR listens for connections to any local IP address,
6 but \fIip\fR may be specified to listen only for connections to the
7 given \fIip\fR.
8 .
9 .IP "\fBptcp:\fR[\fIport\fR][\fB:\fIip\fR]"
10 Listens for OpenFlow TCP connections on \fIport\fR (default: 6633).
11 By default, \fB\*(PN\fR listens for connections to any local IP
12 address, but \fIip\fR may be specified to listen only for connections
13 to the given \fIip\Ar.
14 .
15 .IP "\fBpunix:\fIfile\fR"
16 Listens for OpenFlow connections on the Unix domain server socket
17 named \fIfile\fR.