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