ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / 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, connections are not bound to a particular 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, connections are not bound to a particular local IP
12 address, but \fIip\fR may be specified to listen only for connections
13 to the given \fIip\fR.
14 .
15 .IP "\fBpunix:\fIfile\fR"
16 Listens for OpenFlow connections on the Unix domain server socket
17 named \fIfile\fR.