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