ofproto: Optionally flush all learning tables with appctl.
[sliver-openvswitch.git] / NEWS
1 v1.4.0 - xx xxx xxxx
2 ------------------------
3     - New "VLAN splinters" feature to work around buggy device drivers
4       in old Linux versions.  (This feature is deprecated.  When
5       broken device drivers are no longer in widespread use, we will
6       delete this feature.)  See ovs-vswitchd.conf.db(5) for more
7       information.
8     - OpenFlow:
9        - Added ability to match on IPv6 flow label through NXM.
10        - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
11        - Added ability to match on TTL in IPv4 and IPv6 through NXM.
12        - Added ability to modify ECN bits in IPv4.
13        - Added ability to modify TTL in IPv4.
14     - ovs-vswitchd:
15        - Don't require the "normal" action to use mirrors.  Traffic will
16          now be properly mirrored for any flows, regardless of their
17          actions.
18        - Track packet and byte statistics sent on mirrors.
19     - ovs-appctl:
20       - New "fdb/flush" command to flush bridge's MAC learning table.
21     - ovs-test:
22       - A new distributed testing tool that allows one to diagnose performance
23         and connectivity issues. This tool currently is not included in RH or
24         Xen packages.
25     - RHEL packaging now supports integration with Red Hat network scripts.
26     - bonding:
27       - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
28         to active-backup.  SLB bonds carry significant risks with them
29         (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
30         users from running into.  Users are advised to update any scripts or
31         configuration which may be negatively impacted by explicitly setting
32         the bond mode which they want to use.
33
34
35 v1.3.0 - 09 Dec 2011
36 ------------------------
37     - OpenFlow:
38       - Added an OpenFlow extension which allows the "output" action to accept
39         NXM fields.
40       - Added an OpenFlow extension for flexible learning.
41       - Bumped number of NXM registers from four to five.
42     - ovs-appctl:
43       - New "version" command to determine version of running daemon.
44       - If no argument is provided for "cfm/show", displays detailed
45         information about all interfaces with CFM enabled.
46       - If no argument is provided for "lacp/show", displays detailed
47         information about all ports with LACP enabled.
48     - ovs-dpctl:
49       - New "set-if" command to modify a datapath port's configuration.
50     - ovs-vswitchd:
51       - The software switch now supports 255 OpenFlow tables, instead
52         of just one.  By default, only table 0 is consulted, but the
53         new NXAST_RESUBMIT_TABLE action can look up in additional
54         tables.  Tables 128 and above are reserved for use by the
55         switch itself; please use only tables 0 through 127.
56       - Add support for 802.1D spanning tree (STP).
57     - Fragment handling extensions:
58       - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
59         fields are made available for matching in fragments with
60         offset 0.
61       - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
62         via "ip_frag" in ovs-ofctl).
63       - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
64         fragment handling policy.
65     - CAPWAP tunneling now supports an extension to transport a 64-bit key.
66       By default it remains compatible with the old version and other
67       standards-based implementations.
68     - Flow setups are now processed in a round-robin manner across ports
69       to prevent any single client from monopolizing the CPU and conducting
70       a denial of service attack.
71     - Added support for native VLAN tagging.  A new "vlan_mode"
72       parameter can be set for "port". Possible values: "access",
73       "trunk", "native-tagged" and "native-untagged".
74     - test-openflowd has been removed.  Please use ovs-vswitchd instead.
75
76 v1.2.0 - 03 Aug 2011
77 ------------------------
78     - New "ofproto" abstraction layer to ease porting to hardware
79       switching ASICs.
80     - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
81     - Datapath support for Linux kernels up to 3.0.
82     - OpenFlow:
83       - New "bundle" and "bundle_load" action extensions.
84     - Database:
85       - Implement table unique constraints.
86       - Support cooperative locking between callers.
87     - ovs-dpctl:
88       - New "-s" option for "show" command prints packet and byte
89         counters for each port.
90     - ovs-ofctl:
91       - New "--readd" option for "replace-flows".
92     - ovs-vsctl:
93       - New "show" command to print an overview of configuration.
94       - New "comment" command to add remark that explains intentions.
95     - ovs-brcompatd has been rewritten to fix long-standing bugs.
96     - ovs-openflowd has been renamed test-openflowd and moved into the
97       tests directory.  Its presence confused too many users.  Please
98       use ovs-vswitchd instead.
99     - New ovs-benchmark utility to test flow setup performance.
100     - A new log level "off" has been added.  Configuring a log facility
101       "off" prevents any messages from being logged to it.  Previously,
102       "emer" was effectively "off" because no messages were ever logged at
103       level "emer".  Now, errors that cause a process to exit are logged
104       at "emer" level.
105     - "configure" option --with-l26 has been renamed --with-linux, and
106       --with-l26-source has been renamed --with-linux-source.  The old
107       names will be removed after the next release, so please update
108       your scripts.
109     - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
110       datapath/linux-2.6/compat-2.6 directories.
111     - Feature removals:
112       - Dropped support for "tun_id_from_cookie" OpenFlow extension.
113            Please use the extensible match extensions instead.
114       - Removed the Maintenance_Point and Monitor tables in an effort
115         to simplify 802.1ag configuration.
116     - Performance and scalability improvements
117     - Bug fixes
118
119 v1.1.0 - 05 Apr 2011
120 ------------------------
121     - Ability to define policies over IPv6
122     - LACP
123     - 802.1ag CCM
124     - Support for extensible match extensions to OpenFlow
125     - QoS:
126       - Support for HFSC qdisc.
127       - Queue used by in-band control can now be configured.
128     - Kernel:
129       - Kernel<->userspace interface has been reworked and should be
130         close to a stable ABI now.
131       - "Port group" concept has been dropped.
132     - GRE over IPSEC tunnels
133     - Bonding:
134       - New active backup bonding mode.
135       - New L4 hashing support when LACP is enabled.
136       - Source MAC hash now includes VLAN field also.
137       - miimon support.
138     - Greatly improved handling of large flow tables
139     - ovs-dpctl:
140       - "show" command now prints full vport configuration.
141       - "dump-groups" command removed since kernel support for
142         port groups was dropped.
143     - ovs-vsctl:
144       - New commands for working with the new Managers table.
145       - "list" command enhanced with new formatting options and --columns
146         option.
147       - "get" command now accepts new --id option.
148       - New "find" command.
149     - ovs-ofctl:
150       - New "queue-stats" command for printing queue stats.
151       - New commands "replace-flows" and "diff-flows".
152       - Commands to add and remove flows can now read from files.
153       - New --flow-format option to enable or disable NXM.
154       - New --more option to increase OpenFlow message verbosity.
155       - Removed "tun-cookie" command, which is no longer useful.
156     - ovs-controller enhancements for testing various features.
157     - New ovs-vlan-test command for testing for Linux kernel driver VLAN
158       bugs.  New ovs-vlan-bug-workaround command for enabling and
159       disabling a workaround for these driver bugs.
160     - OpenFlow support:
161       - "Resubmit" actions now update flow statistics.
162       - New "register" extension for use in matching and actions, via NXM.
163       - New "multipath" experimental action extension.
164       - New support for matching multicast Ethernet frames, via NXM.
165       - New extension for OpenFlow vendor error codes.
166       - New extension to set the QoS output queue without actually
167         sending to an output port.
168       - Open vSwitch now reports a single flow table, instead of
169         separate hash and wildcard tables.  This better models the
170         current implementation.
171       - New experimental "note" action.
172       - New "ofproto/trace" ovs-appctl command and associated utilities
173         to ease debugging complex flow tables.
174     - Database:
175       - Schema documentation now includes an entity-relationship diagram.
176       - The database is now garbage collected.  In most tables,
177         unreferenced rows will be deleted automatically.
178       - Many tables now include statistics updated periodically by
179         ovs-vswitchd or ovsdb-server.
180       - Every table now has an "external-ids" column for use by OVS
181         integrators.
182       - There is no default controller anymore.  Each bridge must have its
183         controller individually specified.
184       - The "fail-mode" is now a property of a Bridge instead of a Controller.
185       - New versioning and checksum features.
186       - New Managers table and manager_options column in Open_vSwitch table
187         for specifying managers.  The old "managers" column in the
188         Open_vSwitch table has been removed.
189       - Many "name" columns are now immutable.
190     - Feature removals:
191       - Dropped support for XenServer pre-5.6.100.
192       - Dropped support for Linux pre-2.6.18.
193       - Dropped controller discovery support.
194       - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
195         Statistics reporting in the database is a rough equivalent.
196       - Dropped the "corekeeper" package (now separate, at
197         http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
198     - Performance and scalability improvements
199     - Bug fixes
200
201 v1.1.0pre2 - 13 Sep 2010
202 ------------------------
203     - Bug fixes
204
205 v1.1.0pre1 - 31 Aug 2010
206 ------------------------
207     - OpenFlow 1.0 slicing (QoS) functionality
208     - Python bindings for configuration database (no write support)
209     - Performance and scalability improvements
210     - Bug fixes
211
212 v1.0.1 - 31 May 2010
213 --------------------
214     - New "patch" interface type
215     - Bug fixes
216
217 v1.0.0 - 15 May 2010
218 --------------------
219     - Configuration database with remote management
220     - OpenFlow 1.0
221     - GRE tunneling
222     - Support for XenServer 5.5 and 5.6
223     - Performance and scalability improvements
224     - Bug fixes
225
226 v0.99.2 - 18 Feb 2010
227 ---------------------
228     - Bug fixes
229
230 v0.99.1 - 25 Jan 2010
231 ---------------------
232     - Add support for sFlow(R)
233     - Make headers compatible with C++
234     - Bug fixes
235
236 v0.99.0 - 14 Jan 2010
237 ---------------------
238     - User-space forwarding engine
239     - Bug fixes
240
241 v0.90.7 - 29 Nov 2009
242 ---------------------
243     - Add support for NetFlow active timeouts
244     - Bug fixes
245
246 v0.90.6 - 6 Oct 2009
247 --------------------
248     - Bug fixes
249
250 v0.90.5 - 21 Sep 2009
251 ---------------------
252     - Generalize in-band control to more diverse network setups
253     - Bug fixes