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