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