netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ofp-version.man
1 .de IQ
2 .  br
3 .  ns
4 .  IP "\\$1"
5 ..
6 .IP "\fB\-O \fR[\fIversion\fR[\fB,\fIversion\fR]...]\fR"
7 .IQ "\fB\-\-protocols=\fR[\fIversion\fR[\fB,\fIversion\fR]...]\fR"
8 Sets the OpenFlow protocol versions that are allowed when establishing
9 an OpenFlow session.
10 .
11 .IP
12 The following versions are considered to be ready for general use.
13 These protocol versions are enabled by default:
14 .
15 .RS
16 .IP \(bu
17 \fBOpenFlow10\fR, for OpenFlow 1.0.
18 .RE
19 .
20 .IP
21 Support for the following protocol versions is provided for testing
22 and development purposes.  They are not enabled by default:
23 .
24 .RS
25 .IP \(bu
26 \fBOpenFlow11\fR, for OpenFlow 1.1.
27 .
28 .IP \(bu
29 \fBOpenFlow12\fR, for OpenFlow 1.2.
30 .
31 .IP \(bu
32 \fBOpenFlow13\fR, for OpenFlow 1.3.
33 .RE