tunneling: Allow matching and setting tunnel 'OAM' flag.
[cascardo/ovs.git] / NEWS
1 Post-v2.4.0
2 ---------------------
3    - Dropped support for Python older than version 2.7.  As a consequence,
4      using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
5      have Python 2.4) requires first installing Python 2.7.
6    - OpenFlow:
7      * Group chaining (where one OpenFlow group triggers another) is
8        now supported.
9      * OpenFlow 1.4+ "importance" is now considered for flow eviction.
10      * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
11      * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
12    - Support for matching/generating options as well as the OAM bit with
13      Geneve tunnels.
14    - Support Multicast Listener Discovery (MLDv1 and MLDv2).
15    - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
16
17
18 v2.4.0 - xx xxx xxxx
19 ---------------------
20    - Flow table modifications are now atomic, meaning that each packet
21      now sees a coherent version of the OpenFlow pipeline.  For
22      example, if a controller removes all flows with a single OpenFlow
23      "flow_mod", no packet sees an intermediate version of the OpenFlow
24      pipeline where only some of the flows have been deleted.
25    - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
26    - Add bash command-line completion support for ovs-vsctl Please check
27      utilities/ovs-command-compgen.INSTALL.md for how to use.
28    - The MAC learning feature now includes per-port fairness to mitigate
29      MAC flooding attacks.
30    - New support for a "conjunctive match" OpenFlow extension, which
31      allows constructing OpenFlow matches of the form "field1 in
32      {a,b,c...} AND field2 in {d,e,f...}" and generalizations.  For details,
33      see documentation for the "conjunction" action in ovs-ofctl(8).
34    - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
35      ovs-ofctl/ovsdb-tool commands.  Please check
36      utilities/ovs-command-compgen.INSTALL.md for how to use.
37    - The "learn" action supports a new flag "delete_learned" that causes
38      the learned flows to be deleted when the flow with the "learn" action
39      is deleted.
40    - Basic support for the Geneve tunneling protocol. It is not yet
41      possible to generate or match options. This is planned for a future
42      release. The protocol is documented at
43      http://tools.ietf.org/html/draft-gross-geneve-00
44    - The OVS database now reports controller rate limiting statistics.
45    - sflow now exports information about LACP-based bonds, port names, and
46      OpenFlow port numbers, as well as datapath performance counters.
47    - ovs-dpctl functionality is now available for datapaths integrated
48      into ovs-vswitchd, via ovs-appctl.  Some existing ovs-appctl
49      commands are now redundant and will be removed in a future
50      release.  See ovs-vswitchd(8) for details.
51    - OpenFlow:
52      * OpenFlow 1.4 bundles are now supported for flow mods and port
53        mods.  For flow mods, both 'atomic' and 'ordered' bundle flags
54        are trivially supported, as all bundled messages are executed
55        in the order they were added and all flow table modifications
56        are now atomic to the datapath.  Port mods may not appear in
57        atomic bundles, as port status modifications are not atomic.
58      * IPv6 flow label and neighbor discovery fields are now modifiable.
59      * OpenFlow 1.5 extended registers are now supported.
60      * The OpenFlow 1.5 actset_output field is now supported.
61      * OpenFlow 1.5 Copy-Field action is now supported.
62      * OpenFlow 1.5 masked Set-Field action is now supported.
63      * OpenFlow 1.3+ table features requests are now supported (read-only).
64      * Nicira extension "move" actions may now be included in action sets.
65      * "resubmit" actions may now be included in action sets.  The resubmit
66        is executed last, and only if the action set has no "output" or "group"
67        action.
68      * OpenFlow 1.4+ flow "importance" is now maintained in the flow table.
69      * A new Netronome extension to OpenFlow 1.5+ allows control over the
70        fields hashed for OpenFlow select groups.  See "selection_method" and
71        related options in ovs-ofctl(8) for details.
72    - ovs-ofctl has a new '--bundle' option that makes the flow mod commands
73      ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows')
74      use an OpenFlow 1.4 bundle to operate the modifications as a single
75      atomic transaction.  If any of the flow mods in a transaction fail, none
76      of them are executed.  All flow mods in a bundle appear to datapath
77      lookups simultaneously.
78    - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow
79      mods as an input by allowing the flow specification to start with an
80      explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict'
81      keyword.  A missing keyword is treated as 'add', so this is fully
82      backwards compatible.  With the new '--bundle' option all the flow mods
83      are executed as a single atomic transaction using an OpenFlow 1.4 bundle.
84    - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
85      MD5 is no longer secure and some operating systems have started to disable
86      it in OpenSSL.
87    - ovsdb-server: New OVSDB protocol extension allows inequality tests on
88      "optional scalar" columns.  See ovsdb-server(1) for details.
89    - ovs-vsctl now permits immutable columns in a new row to be modified in
90      the same transaction that creates the row.
91    - test-controller has been renamed ovs-testcontroller at request of users
92      who find it useful for testing basic OpenFlow setups.  It is still not
93      a necessary or desirable part of most Open vSwitch deployments.
94    - Support for travis-ci.org based continuous integration builds has been
95      added. Build failures are reported to build@openvswitch.org. See INSTALL.md
96      file for additional details.
97    - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
98      The implementation has been tested successfully against the Ixia Automated
99      Network Validation Library (ANVL).
100    - Stats are no longer updated on fake bond interface.
101    - Keep active bond slave selection across OVS restart.
102    - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
103      containers. If and when there is a native integration of Open vSwitch
104      with Docker, the wrapper script will be retired.
105    - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
106      protocols. This is generic tunneling mechanism for userspace datapath.
107    - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)
108    - Support for Linux kernels up to 4.0.x
109    - The documentation now use the term 'destination' to mean one of syslog,
110      console or file for vlog logging instead of the previously used term
111      'facility'.
112    - Support for VXLAN Group Policy extension
113    - Initial support for the IETF Auto-Attach SPBM draft standard. This
114      contains rudimentary support for the LLDP protocol as needed for
115      Auto-Attach.
116    - The default OpenFlow and OVSDB ports are now the IANA-assigned
117      numbers.  OpenFlow is 6653 and OVSDB is 6640.
118    - Support for DPDK vHost.
119    - Support for outer UDP checksums in Geneve and VXLAN.
120    - The kernel vports with dependencies are no longer part of the overall
121      openvswitch.ko but built and loaded automatically as individual kernel
122      modules (vport-*.ko).
123    - Support for STT tunneling.
124    - ovs-sim: New developer tool for simulating multiple OVS instances.
125      See ovs-sim(1) for more information.
126    - Support to configure method (--syslog-method argument) that determines
127      how daemons will talk with syslog.
128    - Support for "ovs-appctl vlog/list-pattern" command that lets to query
129      logging message format for each destination.
130
131
132 v2.3.0 - 14 Aug 2014
133 ---------------------
134    - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
135      ovs-vswitchd.
136    - Linux kernel datapath now has an exact match cache optimizing the
137      flow matching process.
138    - Datapath flows now have partially wildcarded tranport port field
139      matches.  This reduces userspace upcalls, but increases the
140      number of different masks in the datapath.  The kernel datapath
141      exact match cache removes the overhead of matching the incoming
142      packets with the larger number of masks, but when paired with an
143      older kernel module, some workloads may perform worse with the
144      new userspace.
145    - Compatibility with autoconf 2.63 (previously >=2.64)
146
147 v2.2.0 - Internal Release
148 ---------------------
149    - Internal ports are no longer brought up by default, because it
150      should be an administrator task to bring up devices as they are
151      configured properly.
152    - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
153      bridge.
154    - Port creation and configuration errors are now stored in a new error
155      column of the Interface table and included in 'ovs-vsctl show'.
156    - The "ovsdbmonitor" graphical tool has been removed, because it was
157      poorly maintained and not widely used.
158    - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
159      controllers against Open vSwitch.  See INSTALL.md for details.
160    - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
161    - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
162      log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
163      instead.
164    - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
165      tunnel API for GRE and VXLAN.
166    - Added DPDK support.
167    - Added support for custom vlog patterns in Python
168
169
170 v2.1.0 - 19 Mar 2014
171 ---------------------
172    - Address prefix tracking support for flow tables.  New columns
173      "prefixes" in OVS-DB table "Flow_Table" controls which packet
174      header fields are used for address prefix tracking.  Prefix
175      tracking allows the classifier to skip rules with longer than
176      necessary prefixes, resulting in better wildcarding for datapath
177      flows.  Default configuration is to not use any fields for prefix
178      tracking.  However, if any flow tables contain both exact matches
179      and masked matches for IP address fields, OVS performance may be
180      increased by using this feature.
181      * As of now, the fields for which prefix lookup can be enabled
182        are: 'tun_id', 'tun_src', 'tun_dst', 'nw_src', 'nw_dst' (or
183        aliases 'ip_src' and 'ip_dst'), 'ipv6_src', and 'ipv6_dst'.
184        (Using this feature for 'tun_id' would only make sense if the
185        tunnel IDs have prefix structure similar to IP addresses.)
186      * There is a maximum number of fields that can be enabled for any
187        one flow table.  Currently this limit is 3.
188      * Examples:
189        $ ovs-vsctl set Bridge br0 flow_tables:0=@N1 -- \
190          --id=@N1 create Flow_Table name=table0
191        $ ovs-vsctl set Bridge br0 flow_tables:1=@N1 -- \
192          --id=@N1 create Flow_Table name=table1
193        $ ovs-vsctl set Flow_Table table0 prefixes=ip_dst,ip_src
194        $ ovs-vsctl set Flow_Table table1 prefixes=[]
195    - TCP flags matching: OVS now supports matching of TCP flags.  This
196      has an adverse performance impact when using OVS userspace 1.10
197      or older (no megaflows support) together with the new OVS kernel
198      module.  It is recommended that the kernel and userspace modules
199      both are upgraded at the same time.
200    - The default OpenFlow and OVSDB ports will change to
201      IANA-assigned numbers in a future release.  Consider updating
202      your installations to specify port numbers instead of using the
203      defaults.
204    - OpenFlow:
205      * The OpenFlow 1.1+ "Write-Actions" instruction is now supported.
206      * OVS limits the OpenFlow port numbers it assigns to port 32767 and
207        below, leaving port numbers above that range free for assignment
208        by the controller.
209      * ovs-vswitchd now honors changes to the "ofport_request" column
210        in the Interface table by changing the port's OpenFlow port
211        number.
212      * The Open vSwitch software switch now supports OpenFlow groups.
213    - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
214      diagram only if graphviz package was installed at the build time.
215    - Support for Linux kernels up to 3.11
216    - ovs-dpctl:
217      The "show" command also displays mega flow mask stats.
218    - ovs-ofctl:
219      * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
220    - ovs-controller has been renamed test-controller.  It is no longer
221      packaged or installed by default, because too many users assumed
222      incorrectly that ovs-controller was a necessary or desirable part
223      of an Open vSwitch deployment.
224    - Added vlog option to export to a UDP syslog sink.
225    - ovsdb-client:
226      * The "monitor" command can now monitor all tables in a database,
227        instead of being limited to a single table.
228    - The flow-eviction-threshold has been replaced by the flow-limit which is a
229      hard limit on the number of flows in the datapath.  It defaults to 200,000
230      flows.  OVS automatically adjusts this number depending on network
231      conditions.
232    - Added IPv6 support for active and passive socket communications.
233
234
235 v2.0.0 - 15 Oct 2013
236 ---------------------
237     - The ovs-vswitchd process is no longer single-threaded.  Multiple
238       threads are now used to handle flow set up and asynchronous
239       logging.
240     - OpenFlow:
241       * Experimental support for OpenFlow 1.1 (in addition to 1.2 and
242         1.3, which had experimental support in 1.10).
243       * Experimental protocol support for OpenFlow 1.1+ groups.  This
244         does not yet include an implementation in the Open vSwitch
245         software switch.
246       * Experimental protocol support for OpenFlow 1.2+ meters.  This
247         does not yet include an implementation in the Open vSwitch
248         software switch.
249       * New support for matching outer source and destination IP address
250         of tunneled packets, for tunnel ports configured with the newly
251         added "remote_ip=flow" and "local_ip=flow" options.
252       * Support for matching on metadata 'pkt_mark' for interacting with
253         other system components. On Linux this corresponds to the skb
254         mark.
255       * Support matching, rewriting SCTP ports
256     - The Interface table in the database has a new "ifindex" column to
257       report the interface's OS-assigned ifindex.
258     - New "check-oftest" Makefile target for running OFTest against Open
259       vSwitch.  See README-OFTest for details.
260     - The flow eviction threshold has been moved to the Open_vSwitch table.
261     - Database names are now mandatory when specifying ovsdb-server options
262       through database paths (e.g. Private key option with the database name
263       should look like "--private-key=db:Open_vSwitch,SSL,private_key").
264     - Added ovs-dev.py, a utility script helpful for Open vSwitch developers.
265     - Support for Linux kernels up to 3.10
266     - ovs-ofctl:
267       * New "ofp-parse" for printing OpenFlow messages read from a file.
268       * New commands for OpenFlow 1.1+ groups.
269     - Added configurable flow caching support to IPFIX exporter.
270     - Dropped support for Linux pre-2.6.32.
271     - Log file timestamps and ovsdb commit timestamps are now reported
272       with millisecond resolution.  (Previous versions only reported
273       whole seconds.)
274
275
276 v1.11.0 - 28 Aug 2013
277 ---------------------
278     - Support for megaflows, which allows wildcarding in the kernel (and
279       any dpif implementation that supports wildcards).  Depending on
280       the flow table and switch configuration, flow set up rates are
281       close to the Linux bridge.
282     - The "tutorial" directory contains a new tutorial for some advanced
283       Open vSwitch features.
284     - Stable bond mode has been removed.
285     - The autopath action has been removed.
286     - New support for the data encapsulation format of the LISP tunnel
287       protocol (RFC 6830).  An external control plane or manual flow
288       setup is required for EID-to-RLOC mapping.
289     - OpenFlow:
290       * The "dec_mpls_ttl" and "set_mpls_ttl" actions from OpenFlow
291         1.1 and later are now implemented.
292       * New "stack" extension for use in actions, to push and pop from
293         NXM fields.
294       * The "load" and "set_field" actions can now modify the "in_port".  (This
295         allows one to enable output to a flow's input port by setting the
296         in_port to some unused value, such as OFPP_NONE.)
297     - ovs-dpctl:
298       * New debugging commands "add-flow", "mod-flow", "del-flow".
299       * "dump-flows" now has a -m option to increase output verbosity.
300     - In dpif-based bridges, cache action translations, which can improve
301       flow set up performance by 80% with a complicated flow table.
302     - New syslog format, prefixed with "ovs|", to be easier to filter.
303     - RHEL: Removes the default firewall rule that allowed GRE traffic to
304       pass through. Any users that relied on this automatic firewall hole
305       will have to manually configure it. The ovs-ctl(8) manpage documents
306       the "enable-protocol" command that can be used as an alternative.
307     - New CFM demand mode which uses data traffic to indicate interface
308       liveness.
309
310 v1.10.0 - 01 May 2013
311 ---------------------
312     - Bridge compatibility support has been removed.  Any uses that
313       rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
314       or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
315       of brctl).
316     - The maximum size of the MAC learning table is now configurable.
317     - With the Linux datapath, packets for new flows are now queued
318       separately on a per-port basis, so it should no longer be
319       possible for a large number of new flows arriving on one port to
320       prevent new flows from being processed on other ports.
321     - ovs-vsctl:
322       * Previously ovs-vsctl would retry connecting to the database forever,
323         causing it to hang if ovsdb-server was not running.  Now, ovs-vsctl
324         only tries once by default (use --retry to try forever).  This change
325         means that you may want to remove uses of --timeout to avoid hangs
326         in ovs-vsctl calls.
327       * Many "ovs-vsctl" database commands now accept an --if-exists option.
328         Please refer to the ovs-vsctl manpage for details.
329     - OpenFlow:
330       - Experimental support for newer versions of OpenFlow.  See
331         the "What versions of OpenFlow does Open vSwitch support?"
332         question in the FAQ for more details.
333       - The OpenFlow "dp_desc" may now be configured by setting the
334         value of other-config:dp-desc in the Bridge table.
335       - It is possible to request the OpenFlow port number with the
336         "ofport_request" column in the Interface table.
337       - The NXM flow_removed message now reports the OpenFlow table ID
338         from which the flow was removed.
339     - Tunneling:
340       - New support for the VXLAN tunnel protocol (see the IETF draft here:
341         http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
342       - Tunneling requires the version of the kernel module paired with
343         Open vSwitch 1.9.0 or later.
344       - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
345         is no longer supported.
346       - Path MTU discovery is no longer supported.
347       - CAPWAP tunneling support removed.
348       - Tunnels with multicast destination ports are no longer supported.
349     - ovs-dpctl:
350       - The "dump-flows" and "del-flows" no longer require an argument
351         if only one datapath exists.
352     - ovs-appctl:
353       - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit"
354         commands available allow control over logging rate limits.
355       - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
356         that mimic the equivalent ovs-dpctl commands.
357     - The ofproto library is now responsible for assigning OpenFlow port
358       numbers.  An ofproto implementation should assign them when
359       port_construct() is called.
360     - All dpif-based bridges of a particular type share a common
361       datapath called "ovs-<type>", e.g. "ovs-system".  The ovs-dpctl
362       commands will now return information on that shared datapath.  To
363       get the equivalent bridge-specific information, use the new
364       "ovs-appctl dpif/*" commands.
365     - Backward-incompatible changes:
366       - Earlier Open vSwitch versions treated ANY as a wildcard in flow
367         syntax.  OpenFlow 1.1 adds a port named ANY, which introduces a
368         conflict.  ANY was rarely used in flow syntax, so we chose to
369         retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
370     - Patch ports no longer require kernel support, so they now work
371       with FreeBSD and the kernel module built into Linux 3.3 and later.
372     - New "sample" action.
373
374
375 v1.9.0 - 26 Feb 2013
376 ------------------------
377     - Datapath:
378       - Support for ipv6 set action.
379       - SKB mark matching and setting.
380       - support for Linux kernels up to 3.8
381     - FreeBSD is now a supported platform, thanks to code contributions from
382       Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
383     - ovs-bugtool: New --ovs option to report only OVS related information.
384     - New %t and %T log escapes to identify the subprogram within a
385       cooperating group of processes or threads that emitted a log message.
386       The default log patterns now include this information.
387     - OpenFlow:
388       - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
389         fields in IPv6 neighbor discovery messages, and IPv6 flow label.
390       - Adds support for writing to the metadata field for a flow.
391     - Tunneling:
392       - The tunneling code no longer assumes input and output keys are
393         symmetric.  If they are not, PMTUD needs to be disabled for
394         tunneling to work. Note this only applies to flow-based keys.
395       - New support for a nonstandard form of GRE that supports a 64-bit key.
396       - Tunnel Path MTU Discovery default value was set to 'disabled'.
397         This feature is deprecated and will be removed soon.
398       - Tunnel header caching removed.
399     - ovs-ofctl:
400       - Commands and actions that accept port numbers now also accept keywords
401         that represent those ports (such as LOCAL, NONE, and ALL).  This is
402         also the recommended way to specify these ports, for compatibility
403         with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
404         for these ports for different purposes).
405     - ovs-dpctl:
406       - Support requesting the port number with the "port_no" option in
407         the "add-if" command.
408     - ovs-pki: The "online PKI" features have been removed, along with
409       the ovs-pki-cgi program that facilitated it, because of some
410       alarmist insecurity claims.  We do not believe that these claims
411       are true, but because we do not know of any users for this
412       feature it seems better on balance to remove it.  (The ovs-pki-cgi
413       program was not included in distribution packaging.)
414     - ovsdb-server now enforces the immutability of immutable columns.  This
415       was not enforced in earlier versions due to an oversight.
416     - The following features are now deprecated.  They will be removed no
417       earlier than February 2013.  Please email dev@openvswitch.org with
418       concerns.
419         - Bridge compatibility.
420         - Stable bond mode.
421         - The autopath action.
422         - Interface type "null".
423         - Numeric values for reserved ports (see "ovs-ofctl" note above).
424         - Tunnel Path MTU Discovery.
425         - CAPWAP tunnel support.
426     - The data in the RARP packets can now be matched in the same way as the
427       data in ARP packets.
428
429
430 v1.8.0 - 26 Feb 2013
431 ------------------------
432     *** Internal only release ***
433     - New FAQ.  Please send updates and additions!
434     - Authors of controllers, please read the new section titled "Action
435       Reproduction" in DESIGN, which describes an Open vSwitch change in
436       behavior in corner cases that may affect some controllers.
437     - ovs-l3ping:
438         - A new test utility that can create L3 tunnel between two Open
439           vSwitches and detect connectivity issues.
440     - ovs-ofctl:
441         - New --sort and --rsort options for "dump-flows" command.
442         - "mod-port" command can now control all OpenFlow config flags.
443     - OpenFlow:
444       - Allow general bitwise masking for IPv4 and IPv6 addresses in
445         IPv4, IPv6, and ARP packets.  (Previously, only CIDR masks
446         were allowed.)
447       - Allow support for arbitrary Ethernet masks.  (Previously, only
448         the multicast bit in the destination address could be individually
449         masked.)
450       - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
451       - The OFPST_QUEUE request now reports an error if a specified port or
452         queue does not exist, or for requests for a specific queue on all
453         ports, if the specified queue does not exist on any port.  (Previous
454         versions generally reported an empty set of results.)
455       - New "flow monitor" feature to allow controllers to be notified of
456         flow table changes as they happen.
457     - Additional protocols are not mirrored and dropped when forward-bpdu is
458       false.  For a full list, see the ovs-vswitchd.conf.db man page.
459     - Open vSwitch now sends RARP packets in situations where it previously
460       sent a custom protocol, making it consistent with behavior of QEMU and
461       VMware.
462     - All Open vSwitch programs and log files now show timestamps in UTC,
463       instead the local timezone, by default.
464
465
466 v1.7.0 - 30 Jul 2012
467 ------------------------
468     - kernel modules are renamed. openvswitch_mod.ko is now
469       openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
470     - Increased the number of NXM registers to 8.
471     - Added ability to configure DSCP setting for manager and controller
472       connections.  By default, these connections have a DSCP value of
473       Internetwork Control (0xc0).
474     - Added the granular link health statistics, 'cfm_health', to an
475       interface.
476     - OpenFlow:
477         - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
478         - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
479           multipart messages.
480     - ovs-ofctl:
481         - Added the "dump-ports-desc" command to retrieve port
482           information using the new port description multipart messages.
483     - ovs-test:
484         - Added support for spawning ovs-test server from the client.
485         - Now ovs-test is able to automatically create test bridges and ports.
486     - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
487     - Tripled flow setup performance.
488     - The "coverage/log" command previously available through ovs-appctl
489       has been replaced by "coverage/show".  The new command replies with
490       coverage counter values, instead of logging them.
491
492
493 v1.6.1 - 25 Jun 2012
494 ------------------------
495     - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
496
497
498 v1.6.0 - 24 Feb 2012
499 ------------------------
500     *** Internal only release ***
501     - bonding
502         - LACP bonds no longer fall back to balance-slb when negotiations fail.
503           Instead they drop traffic.
504         - The default bond_mode changed from SLB to active-backup, to protect
505           unsuspecting users from the significant risks of SLB bonds (which are
506           documented in vswitchd/INTERNALS).
507         - Load balancing can be disabled by setting the bond-rebalance-interval
508           to zero.
509     - OpenFlow:
510         - Added support for bitwise matching on TCP and UDP ports.
511           See ovs-ofctl(8) for more information.
512         - NXM flow dumps now include times elapsed toward idle and hard
513           timeouts.
514         - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
515           controllers more precise control over which OpenFlow messages they
516           receive asynchronously.
517         - New "fin_timeout" action.
518         - Added "fin_timeout" support to "learn" action.
519         - New Nicira action NXAST_CONTROLLER that offers additional features
520           over output to OFPP_CONTROLLER.
521     - When QoS settings for an interface do not configure a default queue
522       (queue 0), Open vSwitch now uses a default configuration for that
523       queue, instead of dropping all packets as in previous versions.
524     - Logging:
525         - Logging to console and file will have UTC timestamp as a default for
526           all the daemons. An example of the default format is
527           2012-01-27T16:35:17Z.  ovs-appctl can be used to change the default
528           format as before.
529         - The syntax of commands and options to set log levels was simplified,
530           to make it easier to remember.
531     - New support for limiting the number of flows in an OpenFlow flow
532       table, with configurable policy for evicting flows upon
533       overflow.  See the Flow_Table table in ovs-vswitch.conf.db(5)
534       for more information.
535     - New "enable-async-messages" column in the Controller table.  If set to
536       false, OpenFlow connections to the controller will initially have all
537       asynchronous messages disabled, overriding normal OpenFlow behavior.
538     - ofproto-provider interface:
539         - "struct rule" has a new member "used" that ofproto implementations
540           should maintain by updating with ofproto_rule_update_used().
541     - ovsdb-client:
542         - The new option --timestamp causes the "monitor" command to print
543           a timestamp with every update.
544     - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
545
546
547 v1.5.0 - 01 Jun 2012
548 ------------------------
549     - OpenFlow:
550         - Added support for querying, modifying, and deleting flows
551           based on flow cookie when using NXM.
552         - Added new NXM_PACKET_IN format.
553         - Added new NXAST_DEC_TTL action.
554     - ovs-ofctl:
555         - Added daemonization support to the monitor and snoop commands.
556     - ovs-vsctl:
557         - The "find" command supports new set relational operators
558           {=}, {!=}, {<}, {>}, {<=}, and {>=}.
559     - ovsdb-tool now uses the typical database and schema installation
560       directories as defaults.
561     - The default MAC learning timeout has been increased from 60 seconds
562       to 300 seconds.  The MAC learning timeout is now configurable.
563
564
565 v1.4.0 - 30 Jan 2012
566 ------------------------
567     - Compatible with Open vSwitch kernel module included in Linux 3.3.
568     - New "VLAN splinters" feature to work around buggy device drivers
569       in old Linux versions.  (This feature is deprecated.  When
570       broken device drivers are no longer in widespread use, we will
571       delete this feature.)  See ovs-vswitchd.conf.db(5) for more
572       information.
573     - OpenFlow:
574        - Added ability to match on IPv6 flow label through NXM.
575        - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
576        - Added ability to match on TTL in IPv4 and IPv6 through NXM.
577        - Added ability to modify ECN bits in IPv4.
578        - Added ability to modify TTL in IPv4.
579     - ovs-vswitchd:
580        - Don't require the "normal" action to use mirrors.  Traffic will
581          now be properly mirrored for any flows, regardless of their
582          actions.
583        - Track packet and byte statistics sent on mirrors.
584        - The sFlow implementation can now usually infer the correct agent
585          device instead of having to be told explicitly.
586     - ovs-appctl:
587       - New "fdb/flush" command to flush bridge's MAC learning table.
588     - ovs-test:
589       - A new distributed testing tool that allows one to diagnose performance
590         and connectivity issues. This tool currently is not included in RH or
591         Xen packages.
592     - RHEL packaging now supports integration with Red Hat network scripts.
593     - bonding:
594       - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
595         to active-backup.  SLB bonds carry significant risks with them
596         (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
597         users from running into.  Users are advised to update any scripts or
598         configuration which may be negatively impacted by explicitly setting
599         the bond mode which they want to use.
600
601
602 v1.3.0 - 09 Dec 2011
603 ------------------------
604     - OpenFlow:
605       - Added an OpenFlow extension which allows the "output" action to accept
606         NXM fields.
607       - Added an OpenFlow extension for flexible learning.
608       - Bumped number of NXM registers from four to five.
609     - ovs-appctl:
610       - New "version" command to determine version of running daemon.
611       - If no argument is provided for "cfm/show", displays detailed
612         information about all interfaces with CFM enabled.
613       - If no argument is provided for "lacp/show", displays detailed
614         information about all ports with LACP enabled.
615     - ovs-dpctl:
616       - New "set-if" command to modify a datapath port's configuration.
617     - ovs-vswitchd:
618       - The software switch now supports 255 OpenFlow tables, instead
619         of just one.  By default, only table 0 is consulted, but the
620         new NXAST_RESUBMIT_TABLE action can look up in additional
621         tables.  Tables 128 and above are reserved for use by the
622         switch itself; please use only tables 0 through 127.
623       - Add support for 802.1D spanning tree (STP).
624     - Fragment handling extensions:
625       - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
626         fields are made available for matching in fragments with
627         offset 0.
628       - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
629         via "ip_frag" in ovs-ofctl).
630       - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
631         fragment handling policy.
632     - CAPWAP tunneling now supports an extension to transport a 64-bit key.
633       By default it remains compatible with the old version and other
634       standards-based implementations.
635     - Flow setups are now processed in a round-robin manner across ports
636       to prevent any single client from monopolizing the CPU and conducting
637       a denial of service attack.
638     - Added support for native VLAN tagging.  A new "vlan_mode"
639       parameter can be set for "port". Possible values: "access",
640       "trunk", "native-tagged" and "native-untagged".
641     - test-openflowd has been removed.  Please use ovs-vswitchd instead.
642
643 v1.2.0 - 03 Aug 2011
644 ------------------------
645     - New "ofproto" abstraction layer to ease porting to hardware
646       switching ASICs.
647     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
648     - Datapath support for Linux kernels up to 3.0.
649     - OpenFlow:
650       - New "bundle" and "bundle_load" action extensions.
651     - Database:
652       - Implement table unique constraints.
653       - Support cooperative locking between callers.
654     - ovs-dpctl:
655       - New "-s" option for "show" command prints packet and byte
656         counters for each port.
657     - ovs-ofctl:
658       - New "--readd" option for "replace-flows".
659     - ovs-vsctl:
660       - New "show" command to print an overview of configuration.
661       - New "comment" command to add remark that explains intentions.
662     - ovs-brcompatd has been rewritten to fix long-standing bugs.
663     - ovs-openflowd has been renamed test-openflowd and moved into the
664       tests directory.  Its presence confused too many users.  Please
665       use ovs-vswitchd instead.
666     - New ovs-benchmark utility to test flow setup performance.
667     - A new log level "off" has been added.  Configuring a log facility
668       "off" prevents any messages from being logged to it.  Previously,
669       "emer" was effectively "off" because no messages were ever logged at
670       level "emer".  Now, errors that cause a process to exit are logged
671       at "emer" level.
672     - "configure" option --with-l26 has been renamed --with-linux, and
673       --with-l26-source has been renamed --with-linux-source.  The old
674       names will be removed after the next release, so please update
675       your scripts.
676     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
677       datapath/linux-2.6/compat-2.6 directories.
678     - Feature removals:
679       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
680            Please use the extensible match extensions instead.
681       - Removed the Maintenance_Point and Monitor tables in an effort
682         to simplify 802.1ag configuration.
683     - Performance and scalability improvements
684     - Bug fixes
685
686 v1.1.0 - 05 Apr 2011
687 ------------------------
688     - Ability to define policies over IPv6
689     - LACP
690     - 802.1ag CCM
691     - Support for extensible match extensions to OpenFlow
692     - QoS:
693       - Support for HFSC qdisc.
694       - Queue used by in-band control can now be configured.
695     - Kernel:
696       - Kernel<->userspace interface has been reworked and should be
697         close to a stable ABI now.
698       - "Port group" concept has been dropped.
699     - GRE over IPSEC tunnels
700     - Bonding:
701       - New active backup bonding mode.
702       - New L4 hashing support when LACP is enabled.
703       - Source MAC hash now includes VLAN field also.
704       - miimon support.
705     - Greatly improved handling of large flow tables
706     - ovs-dpctl:
707       - "show" command now prints full vport configuration.
708       - "dump-groups" command removed since kernel support for
709         port groups was dropped.
710     - ovs-vsctl:
711       - New commands for working with the new Managers table.
712       - "list" command enhanced with new formatting options and --columns
713         option.
714       - "get" command now accepts new --id option.
715       - New "find" command.
716     - ovs-ofctl:
717       - New "queue-stats" command for printing queue stats.
718       - New commands "replace-flows" and "diff-flows".
719       - Commands to add and remove flows can now read from files.
720       - New --flow-format option to enable or disable NXM.
721       - New --more option to increase OpenFlow message verbosity.
722       - Removed "tun-cookie" command, which is no longer useful.
723     - ovs-controller enhancements for testing various features.
724     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
725       bugs.  New ovs-vlan-bug-workaround command for enabling and
726       disabling a workaround for these driver bugs.
727     - OpenFlow support:
728       - "Resubmit" actions now update flow statistics.
729       - New "register" extension for use in matching and actions, via NXM.
730       - New "multipath" experimental action extension.
731       - New support for matching multicast Ethernet frames, via NXM.
732       - New extension for OpenFlow vendor error codes.
733       - New extension to set the QoS output queue without actually
734         sending to an output port.
735       - Open vSwitch now reports a single flow table, instead of
736         separate hash and wildcard tables.  This better models the
737         current implementation.
738       - New experimental "note" action.
739       - New "ofproto/trace" ovs-appctl command and associated utilities
740         to ease debugging complex flow tables.
741     - Database:
742       - Schema documentation now includes an entity-relationship diagram.
743       - The database is now garbage collected.  In most tables,
744         unreferenced rows will be deleted automatically.
745       - Many tables now include statistics updated periodically by
746         ovs-vswitchd or ovsdb-server.
747       - Every table now has an "external-ids" column for use by OVS
748         integrators.
749       - There is no default controller anymore.  Each bridge must have its
750         controller individually specified.
751       - The "fail-mode" is now a property of a Bridge instead of a Controller.
752       - New versioning and checksum features.
753       - New Managers table and manager_options column in Open_vSwitch table
754         for specifying managers.  The old "managers" column in the
755         Open_vSwitch table has been removed.
756       - Many "name" columns are now immutable.
757     - Feature removals:
758       - Dropped support for XenServer pre-5.6.100.
759       - Dropped support for Linux pre-2.6.18.
760       - Dropped controller discovery support.
761       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
762         Statistics reporting in the database is a rough equivalent.
763       - Dropped the "corekeeper" package (now separate, at
764         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
765     - Performance and scalability improvements
766     - Bug fixes
767
768 v1.1.0pre2 - 13 Sep 2010
769 ------------------------
770     - Bug fixes
771
772 v1.1.0pre1 - 31 Aug 2010
773 ------------------------
774     - OpenFlow 1.0 slicing (QoS) functionality
775     - Python bindings for configuration database (no write support)
776     - Performance and scalability improvements
777     - Bug fixes
778
779 v1.0.1 - 31 May 2010
780 --------------------
781     - New "patch" interface type
782     - Bug fixes
783
784 v1.0.0 - 15 May 2010
785 --------------------
786     - Configuration database with remote management
787     - OpenFlow 1.0
788     - GRE tunneling
789     - Support for XenServer 5.5 and 5.6
790     - Performance and scalability improvements
791     - Bug fixes
792
793 v0.99.2 - 18 Feb 2010
794 ---------------------
795     - Bug fixes
796
797 v0.99.1 - 25 Jan 2010
798 ---------------------
799     - Add support for sFlow(R)
800     - Make headers compatible with C++
801     - Bug fixes
802
803 v0.99.0 - 14 Jan 2010
804 ---------------------
805     - User-space forwarding engine
806     - Bug fixes
807
808 v0.90.7 - 29 Nov 2009
809 ---------------------
810     - Add support for NetFlow active timeouts
811     - Bug fixes
812
813 v0.90.6 - 6 Oct 2009
814 --------------------
815     - Bug fixes
816
817 v0.90.5 - 21 Sep 2009
818 ---------------------
819     - Generalize in-band control to more diverse network setups
820     - Bug fixes