]> git.proxmox.com Git - mirror_ovs.git/blame - NEWS
ovs-bugtool: Ability to collect number of logs through plugins.
[mirror_ovs.git] / NEWS
CommitLineData
d224e350
JP
1post-v1.10.0
2---------------------
df53d41c 3 - Stable bond mode has been removed.
1bda9b9e 4 - The autopath action has been removed.
09538fdc 5 - CAPWAP tunneling support removed.
d224e350
JP
6
7
4191f435
JP
8v1.10.0 - xx xxx xxxx
9---------------------
685e46da
BP
10 - Bridge compatibility support has been removed. Any uses that
11 rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
12 or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
13 of brctl).
c4069512 14 - The maximum size of the MAC learning table is now configurable.
989fd548
JP
15 - With the Linux datapath, packets for new flows are now queued
16 separately on a per-port basis, so it should no longer be
17 possible for a large number of new flows arriving on one port to
18 prevent new flows from being processed on other ports.
e99d41f7
BP
19 - Many "ovs-vsctl" database commands now accept an --if-exists option.
20 Please refer to the ovs-vsctl manpage for details.
e6024057 21 - OpenFlow:
d6123831
JP
22 - Experimental support for newer versions of OpenFlow. See
23 the "What versions of OpenFlow does Open vSwitch support?"
24 question in the FAQ for more details.
e6024057
JP
25 - The OpenFlow "dp_desc" may now be configured by setting the
26 value of other-config:dp-desc in the Bridge table.
27 - It is possible to request the OpenFlow port number with the
28 "ofport_request" column in the Interface table.
3c23e920
JP
29 - Tunneling:
30 - New support for the VXLAN tunnel protocol (see the IETF draft here:
238bc978 31 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
3c23e920
JP
32 - Tunneling requires the version of the kernel module paired with
33 Open vSwitch 1.9.0 or later.
34 - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
35 is no longer supported.
36 - Path MTU discovery is no longer supported.
e6024057
JP
37 - ovs-dpctl:
38 - The "dump-flows" and "del-flows" no longer require an argument
39 if only one datapath exists.
40 - ovs-appctl:
41 - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit"
42 commands available allow control over logging rate limits.
43 - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
44 that mimic the equivalent ovs-dpctl commands.
e6024057
JP
45 - The ofproto library is now responsible for assigning OpenFlow port
46 numbers. An ofproto implementation should assign them when
47 port_construct() is called.
48 - All dpif-based bridges of a particular type share a common
49 datapath called "ovs-<type>", e.g. "ovs-system". The ovs-dpctl
50 commands will now return information on that shared datapath. To
51 get the equivalent bridge-specific information, use the new
52 "ovs-appctl dpif/*" commands.
bedde04c
GS
53 - Backward-incompatible changes:
54 - Earlier Open vSwitch versions treated ANY as a wildcard in flow
55 syntax. OpenFlow 1.1 adds a port named ANY, which introduces a
56 conflict. ANY was rarely used in flow syntax, so we chose to
57 retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
3c23e920
JP
58 - Patch ports no longer require kernel support, so they now work
59 with FreeBSD and the kernel module built into Linux 3.3 and later.
f07ee64c 60
e5f77cc3 61
dc074beb
BP
62v1.9.0 - xx xxx xxxx
63--------------------
72e8bf28
AA
64 - Datapath:
65 - Support for ipv6 set action.
66 - SKB mark matching and setting.
64807dfb 67 - support for Linux kernels up to 3.8
f6eb6b20
GL
68 - FreeBSD is now a supported platform, thanks to code contributions from
69 Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
b592e726 70 - ovs-bugtool: New --ovs option to report only OVS related information.
781dee08
BP
71 - New %t and %T log escapes to identify the subprogram within a
72 cooperating group of processes or threads that emitted a log message.
73 The default log patterns now include this information.
32455024 74 - OpenFlow:
e878338b
SH
75 - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
76 fields in IPv6 neighbor discovery messages, and IPv6 flow label.
4cceacb9 77 - Adds support for writing to the metadata field for a flow.
3c23e920
JP
78 - Tunneling:
79 - The tunneling code no longer assumes input and output keys are
80 symmetric. If they are not, PMTUD needs to be disabled for
81 tunneling to work. Note this only applies to flow-based keys.
82 - New support for a nonstandard form of GRE that supports a 64-bit key.
83 - Tunnel Path MTU Discovery default value was set to 'disabled'.
84 This feature is deprecated and will be removed soon.
85 - Tunnel header caching removed.
c6100d92
BP
86 - ovs-ofctl:
87 - Commands and actions that accept port numbers now also accept keywords
88 that represent those ports (such as LOCAL, NONE, and ALL). This is
89 also the recommended way to specify these ports, for compatibility
90 with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
91 for these ports for different purposes).
2562714a 92 - ovs-dpctl:
4b3b8d8f
JP
93 - Support requesting the port number with the "port_no" option in
94 the "add-if" command.
2562714a
BP
95 - ovs-pki: The "online PKI" features have been removed, along with
96 the ovs-pki-cgi program that facilitated it, because of some
97 alarmist insecurity claims. We do not believe that these claims
98 are true, but because we do not know of any users for this
99 feature it seems better on balance to remove it. (The ovs-pki-cgi
100 program was not included in distribution packaging.)
341c4e59
BP
101 - ovsdb-server now enforces the immutability of immutable columns. This
102 was not enforced in earlier versions due to an oversight.
fd38af85
BP
103 - The following features are now deprecated. They will be removed no
104 earlier than February 2013. Please email dev@openvswitch.org with
105 concerns.
a8643e44 106 - Bridge compatibility.
fd38af85
BP
107 - Stable bond mode.
108 - The autopath action.
109 - Interface type "null".
110 - Numeric values for reserved ports (see "ovs-ofctl" note above).
85340733 111 - Tunnel Path MTU Discovery.
1280bf0e 112 - CAPWAP tunnel support.
f07ee64c
MM
113 - The data in the RARP packets can now be matched in the same way as the
114 data in ARP packets.
945cad7f 115
79f827fa 116
f3608bf1 117v1.8.0 - xx xxx xxxx
c8d5d22c 118------------------------
c483d489 119 - New FAQ. Please send updates and additions!
f25d0cf3
BP
120 - Authors of controllers, please read the new section titled "Action
121 Reproduction" in DESIGN, which describes an Open vSwitch change in
122 behavior in corner cases that may affect some controllers.
2d8bdd8f
AA
123 - ovs-l3ping:
124 - A new test utility that can create L3 tunnel between two Open
125 vSwitches and detect connectivity issues.
5498c01f 126 - ovs-ofctl:
bdcc5925 127 - New --sort and --rsort options for "dump-flows" command.
5498c01f 128 - "mod-port" command can now control all OpenFlow config flags.
c08201d6 129 - OpenFlow:
ff0b06ee
BP
130 - Allow general bitwise masking for IPv4 and IPv6 addresses in
131 IPv4, IPv6, and ARP packets. (Previously, only CIDR masks
c08201d6
BP
132 were allowed.)
133 - Allow support for arbitrary Ethernet masks. (Previously, only
134 the multicast bit in the destination address could be individually
135 masked.)
969fc56c 136 - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
0414d158
BP
137 - The OFPST_QUEUE request now reports an error if a specified port or
138 queue does not exist, or for requests for a specific queue on all
139 ports, if the specified queue does not exist on any port. (Previous
140 versions generally reported an empty set of results.)
2b07c8b1
BP
141 - New "flow monitor" feature to allow controllers to be notified of
142 flow table changes as they happen.
c93f9a78
EJ
143 - Additional protocols are not mirrored and dropped when forward-bpdu is
144 false. For a full list, see the ovs-vswitchd.conf.db man page.
38f7147c
EJ
145 - Open vSwitch now sends RARP packets in situations where it previously
146 sent a custom protocol, making it consistent with behavior of QEMU and
147 VMware.
969e46a2
AS
148 - All Open vSwitch programs and log files now show timestamps in UTC,
149 instead the local timezone, by default.
c8d5d22c
JP
150
151
3b4ab170 152v1.7.0 - 30 Jul 2012
dd1ba5b3 153------------------------
9b80f761
CW
154 - kernel modules are renamed. openvswitch_mod.ko is now
155 openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
e9358af6 156 - Increased the number of NXM registers to 8.
22dd5cec 157 - Added ability to configure DSCP setting for manager and controller
f125905c
MM
158 connections. By default, these connections have a DSCP value of
159 Internetwork Control (0xc0).
3967a833
MM
160 - Added the granular link health statistics, 'cfm_health', to an
161 interface.
47284b1f
AA
162 - OpenFlow:
163 - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
2be393ed
JP
164 - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
165 multipart messages.
166 - ovs-ofctl:
167 - Added the "dump-ports-desc" command to retrieve port
168 information using the new port description multipart messages.
8d25d9a2
AA
169 - ovs-test:
170 - Added support for spawning ovs-test server from the client.
171 - Now ovs-test is able to automatically create test bridges and ports.
7393104d 172 - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
22dd5cec 173 - Tripled flow setup performance.
a5f607bc
BP
174 - The "coverage/log" command previously available through ovs-appctl
175 has been replaced by "coverage/show". The new command replies with
176 coverage counter values, instead of logging them.
dd1ba5b3
JP
177
178
9d564cb2 179v1.6.1 - 25 Jun 2012
d0a8c2e0 180------------------------
9d564cb2
JP
181 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
182
183
184v1.6.0 - 24 Feb 2012
185------------------------
186 *** Internal only release ***
4df08875 187 - bonding
bdebeece
EJ
188 - LACP bonds no longer fall back to balance-slb when negotiations fail.
189 Instead they drop traffic.
4df08875
EJ
190 - The default bond_mode changed from SLB to active-backup, to protect
191 unsuspecting users from the significant risks of SLB bonds (which are
192 documented in vswitchd/INTERNALS).
bc1b010c
EJ
193 - Load balancing can be disabled by setting the bond-rebalance-interval
194 to zero.
73f33563
BP
195 - OpenFlow:
196 - Added support for bitwise matching on TCP and UDP ports.
197 See ovs-ofctl(8) for more information.
80d5aefd
BP
198 - NXM flow dumps now include times elapsed toward idle and hard
199 timeouts.
200 - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
201 controllers more precise control over which OpenFlow messages they
202 receive asynchronously.
0e553d9c
BP
203 - New "fin_timeout" action.
204 - Added "fin_timeout" support to "learn" action.
a7349929
BP
205 - New Nicira action NXAST_CONTROLLER that offers additional features
206 over output to OFPP_CONTROLLER.
2c999774
BP
207 - When QoS settings for an interface do not configure a default queue
208 (queue 0), Open vSwitch now uses a default configuration for that
209 queue, instead of dropping all packets as in previous versions.
2a3e30b2
BP
210 - Logging:
211 - Logging to console and file will have UTC timestamp as a default for
212 all the daemons. An example of the default format is
213 2012-01-27T16:35:17Z. ovs-appctl can be used to change the default
214 format as before.
215 - The syntax of commands and options to set log levels was simplified,
216 to make it easier to remember.
254750ce
BP
217 - New support for limiting the number of flows in an OpenFlow flow
218 table, with configurable policy for evicting flows upon
219 overflow. See the Flow_Table table in ovs-vswitch.conf.db(5)
220 for more information.
9886b662
BP
221 - New "enable-async-messages" column in the Controller table. If set to
222 false, OpenFlow connections to the controller will initially have all
223 asynchronous messages disabled, overriding normal OpenFlow behavior.
1745cd08
BP
224 - ofproto-provider interface:
225 - "struct rule" has a new member "used" that ofproto implementations
226 should maintain by updating with ofproto_rule_update_used().
8f46c9bb
BP
227 - ovsdb-client:
228 - The new option --timestamp causes the "monitor" command to print
229 a timestamp with every update.
a7aa2d3c 230 - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
d0a8c2e0
JP
231
232
a6492d91 233v1.5.0 - 01 Jun 2012
e68bfcfc 234------------------------
e729e793
JP
235 - OpenFlow:
236 - Added support for querying, modifying, and deleting flows
237 based on flow cookie when using NXM.
b4b7f827 238 - Added new NXM_PACKET_IN format.
f0fd1a17 239 - Added new NXAST_DEC_TTL action.
1eb85ef5
EJ
240 - ovs-ofctl:
241 - Added daemonization support to the monitor and snoop commands.
2a9537e2
BP
242 - ovs-vsctl:
243 - The "find" command supports new set relational operators
244 {=}, {!=}, {<}, {>}, {<=}, and {>=}.
e4476f74
BP
245 - ovsdb-tool now uses the typical database and schema installation
246 directories as defaults.
d1add61d
JP
247 - The default MAC learning timeout has been increased from 60 seconds
248 to 300 seconds. The MAC learning timeout is now configurable.
e68bfcfc
JP
249
250
ef13dc11 251v1.4.0 - 30 Jan 2012
b6a9a95b 252------------------------
50bf17cd 253 - Compatible with Open vSwitch kernel module included in Linux 3.3.
52a90c29
BP
254 - New "VLAN splinters" feature to work around buggy device drivers
255 in old Linux versions. (This feature is deprecated. When
256 broken device drivers are no longer in widespread use, we will
257 delete this feature.) See ovs-vswitchd.conf.db(5) for more
258 information.
fa8223b7
JP
259 - OpenFlow:
260 - Added ability to match on IPv6 flow label through NXM.
530180fd 261 - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
a61680c6 262 - Added ability to match on TTL in IPv4 and IPv6 through NXM.
530180fd 263 - Added ability to modify ECN bits in IPv4.
a61680c6 264 - Added ability to modify TTL in IPv4.
9d24de3b 265 - ovs-vswitchd:
c06bba01
JP
266 - Don't require the "normal" action to use mirrors. Traffic will
267 now be properly mirrored for any flows, regardless of their
268 actions.
9d24de3b 269 - Track packet and byte statistics sent on mirrors.
733adf2a
LG
270 - The sFlow implementation can now usually infer the correct agent
271 device instead of having to be told explicitly.
f0a3aa2e
AA
272 - ovs-appctl:
273 - New "fdb/flush" command to flush bridge's MAC learning table.
0be6140a
AA
274 - ovs-test:
275 - A new distributed testing tool that allows one to diagnose performance
276 and connectivity issues. This tool currently is not included in RH or
277 Xen packages.
0fb42626 278 - RHEL packaging now supports integration with Red Hat network scripts.
4c57c3bc
EJ
279 - bonding:
280 - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
281 to active-backup. SLB bonds carry significant risks with them
282 (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
283 users from running into. Users are advised to update any scripts or
284 configuration which may be negatively impacted by explicitly setting
285 the bond mode which they want to use.
b6a9a95b 286
0be6140a 287
ddc29387 288v1.3.0 - 09 Dec 2011
3e60856b 289------------------------
f694937d
EJ
290 - OpenFlow:
291 - Added an OpenFlow extension which allows the "output" action to accept
292 NXM fields.
75a75043 293 - Added an OpenFlow extension for flexible learning.
d2c0fed9 294 - Bumped number of NXM registers from four to five.
d5e1e5ed 295 - ovs-appctl:
ae75dae3
JP
296 - New "version" command to determine version of running daemon.
297 - If no argument is provided for "cfm/show", displays detailed
298 information about all interfaces with CFM enabled.
5dab8ece
JP
299 - If no argument is provided for "lacp/show", displays detailed
300 information about all ports with LACP enabled.
10500639
BP
301 - ovs-dpctl:
302 - New "set-if" command to modify a datapath port's configuration.
29901626
BP
303 - ovs-vswitchd:
304 - The software switch now supports 255 OpenFlow tables, instead
305 of just one. By default, only table 0 is consulted, but the
306 new NXAST_RESUBMIT_TABLE action can look up in additional
307 tables. Tables 128 and above are reserved for use by the
308 switch itself; please use only tables 0 through 127.
21f7563c 309 - Add support for 802.1D spanning tree (STP).
7257b535
BP
310 - Fragment handling extensions:
311 - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
312 fields are made available for matching in fragments with
313 offset 0.
314 - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
315 via "ip_frag" in ovs-ofctl).
316 - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
317 fragment handling policy.
2f4bc10d
BP
318 - CAPWAP tunneling now supports an extension to transport a 64-bit key.
319 By default it remains compatible with the old version and other
c87112ca 320 standards-based implementations.
17411ecf
JG
321 - Flow setups are now processed in a round-robin manner across ports
322 to prevent any single client from monopolizing the CPU and conducting
323 a denial of service attack.
ecac4ebf
BP
324 - Added support for native VLAN tagging. A new "vlan_mode"
325 parameter can be set for "port". Possible values: "access",
326 "trunk", "native-tagged" and "native-untagged".
023e1e0a 327 - test-openflowd has been removed. Please use ovs-vswitchd instead.
3e60856b 328
5e9c5b61 329v1.2.0 - 03 Aug 2011
b78f6b77 330------------------------
1a142ced
JP
331 - New "ofproto" abstraction layer to ease porting to hardware
332 switching ASICs.
333 - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
334 - Datapath support for Linux kernels up to 3.0.
335 - OpenFlow:
336 - New "bundle" and "bundle_load" action extensions.
337 - Database:
338 - Implement table unique constraints.
339 - Support cooperative locking between callers.
340 - ovs-dpctl:
341 - New "-s" option for "show" command prints packet and byte
342 counters for each port.
c4ea79bf
BP
343 - ovs-ofctl:
344 - New "--readd" option for "replace-flows".
9b1735a7
BP
345 - ovs-vsctl:
346 - New "show" command to print an overview of configuration.
1a142ced 347 - New "comment" command to add remark that explains intentions.
2b01925c 348 - ovs-brcompatd has been rewritten to fix long-standing bugs.
045b2e5c
BP
349 - ovs-openflowd has been renamed test-openflowd and moved into the
350 tests directory. Its presence confused too many users. Please
351 use ovs-vswitchd instead.
1a142ced
JP
352 - New ovs-benchmark utility to test flow setup performance.
353 - A new log level "off" has been added. Configuring a log facility
354 "off" prevents any messages from being logged to it. Previously,
355 "emer" was effectively "off" because no messages were ever logged at
356 level "emer". Now, errors that cause a process to exit are logged
357 at "emer" level.
8a2d6596
BP
358 - "configure" option --with-l26 has been renamed --with-linux, and
359 --with-l26-source has been renamed --with-linux-source. The old
360 names will be removed after the next release, so please update
361 your scripts.
22bcc0e7
JG
362 - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
363 datapath/linux-2.6/compat-2.6 directories.
b78f6b77
BP
364 - Feature removals:
365 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
0be6140a 366 Please use the extensible match extensions instead.
93b8df38
EJ
367 - Removed the Maintenance_Point and Monitor tables in an effort
368 to simplify 802.1ag configuration.
1a142ced
JP
369 - Performance and scalability improvements
370 - Bug fixes
b78f6b77 371
d4da3acc
JP
372v1.1.0 - 05 Apr 2011
373------------------------
374 - Ability to define policies over IPv6
375 - LACP
376 - 802.1ag CCM
377 - Support for extensible match extensions to OpenFlow
378 - QoS:
379 - Support for HFSC qdisc.
380 - Queue used by in-band control can now be configured.
381 - Kernel:
382 - Kernel<->userspace interface has been reworked and should be
383 close to a stable ABI now.
384 - "Port group" concept has been dropped.
385 - GRE over IPSEC tunnels
386 - Bonding:
387 - New active backup bonding mode.
388 - New L4 hashing support when LACP is enabled.
389 - Source MAC hash now includes VLAN field also.
390 - miimon support.
391 - Greatly improved handling of large flow tables
392 - ovs-dpctl:
393 - "show" command now prints full vport configuration.
394 - "dump-groups" command removed since kernel support for
395 port groups was dropped.
396 - ovs-vsctl:
397 - New commands for working with the new Managers table.
398 - "list" command enhanced with new formatting options and --columns
399 option.
400 - "get" command now accepts new --id option.
401 - New "find" command.
402 - ovs-ofctl:
403 - New "queue-stats" command for printing queue stats.
404 - New commands "replace-flows" and "diff-flows".
405 - Commands to add and remove flows can now read from files.
406 - New --flow-format option to enable or disable NXM.
407 - New --more option to increase OpenFlow message verbosity.
408 - Removed "tun-cookie" command, which is no longer useful.
409 - ovs-controller enhancements for testing various features.
410 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
411 bugs. New ovs-vlan-bug-workaround command for enabling and
412 disabling a workaround for these driver bugs.
413 - OpenFlow support:
35d25d44 414 - "Resubmit" actions now update flow statistics.
d4da3acc
JP
415 - New "register" extension for use in matching and actions, via NXM.
416 - New "multipath" experimental action extension.
417 - New support for matching multicast Ethernet frames, via NXM.
418 - New extension for OpenFlow vendor error codes.
419 - New extension to set the QoS output queue without actually
420 sending to an output port.
421 - Open vSwitch now reports a single flow table, instead of
422 separate hash and wildcard tables. This better models the
423 current implementation.
424 - New experimental "note" action.
425 - New "ofproto/trace" ovs-appctl command and associated utilities
426 to ease debugging complex flow tables.
427 - Database:
428 - Schema documentation now includes an entity-relationship diagram.
429 - The database is now garbage collected. In most tables,
430 unreferenced rows will be deleted automatically.
431 - Many tables now include statistics updated periodically by
432 ovs-vswitchd or ovsdb-server.
433 - Every table now has an "external-ids" column for use by OVS
434 integrators.
435 - There is no default controller anymore. Each bridge must have its
436 controller individually specified.
437 - The "fail-mode" is now a property of a Bridge instead of a Controller.
438 - New versioning and checksum features.
439 - New Managers table and manager_options column in Open_vSwitch table
440 for specifying managers. The old "managers" column in the
441 Open_vSwitch table has been removed.
442 - Many "name" columns are now immutable.
443 - Feature removals:
444 - Dropped support for XenServer pre-5.6.100.
445 - Dropped support for Linux pre-2.6.18.
446 - Dropped controller discovery support.
447 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
448 Statistics reporting in the database is a rough equivalent.
449 - Dropped the "corekeeper" package (now separate, at
450 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
451 - Performance and scalability improvements
452 - Bug fixes
453
d5905136
JP
454v1.1.0pre2 - 13 Sep 2010
455------------------------
456 - Bug fixes
457
fdf20378
JP
458v1.1.0pre1 - 31 Aug 2010
459------------------------
476d56f5
JP
460 - OpenFlow 1.0 slicing (QoS) functionality
461 - Python bindings for configuration database (no write support)
462 - Performance and scalability improvements
463 - Bug fixes
464
b9b0865a
JP
465v1.0.1 - 31 May 2010
466--------------------
467 - New "patch" interface type
468 - Bug fixes
469
7c284ac4
JP
470v1.0.0 - 15 May 2010
471--------------------
472 - Configuration database with remote management
473 - OpenFlow 1.0
474 - GRE tunneling
475 - Support for XenServer 5.5 and 5.6
476 - Performance and scalability improvements
477 - Bug fixes
478
2f0a1f42
JP
479v0.99.2 - 18 Feb 2010
480---------------------
481 - Bug fixes
482
b84a0589
JP
483v0.99.1 - 25 Jan 2010
484---------------------
485 - Add support for sFlow(R)
486 - Make headers compatible with C++
487 - Bug fixes
488
b7f22a6a
JP
489v0.99.0 - 14 Jan 2010
490---------------------
491 - User-space forwarding engine
492 - Bug fixes
35d25d44 493
6d735676
JP
494v0.90.7 - 29 Nov 2009
495---------------------
496 - Add support for NetFlow active timeouts
497 - Bug fixes
b7f22a6a 498
ef5925df
JP
499v0.90.6 - 6 Oct 2009
500--------------------
501 - Bug fixes
502
3c708eb8 503v0.90.5 - 21 Sep 2009
30ee1c4d
JP
504---------------------
505 - Generalize in-band control to more diverse network setups
506 - Bug fixes