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