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