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