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