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