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