]> git.proxmox.com Git - mirror_ovs.git/blame - NEWS
dpif-linux: Log the correct port-PID mapping.
[mirror_ovs.git] / NEWS
CommitLineData
e5f77cc3
BP
1post-v1.9.0
2--------------------
c4069512 3 - The maximum size of the MAC learning table is now configurable.
79f827fa
KM
4 - New support for the VXLAN tunnel protocol (see the IETF draft here:
5 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02).
93161ce9
BP
6 - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit" commands
7 available through ovs-appctl allow control over logging rate limits.
8b6ff729
BP
8 - The OpenFlow "dp_desc" may now be configured by setting the value of
9 other-config:dp-desc in the Bridge table.
6f74491c 10 - Path MTU discovery is no longer supported.
bedde04c
GS
11 - Backward-incompatible changes:
12 - Earlier Open vSwitch versions treated ANY as a wildcard in flow
13 syntax. OpenFlow 1.1 adds a port named ANY, which introduces a
14 conflict. ANY was rarely used in flow syntax, so we chose to
15 retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
f07ee64c 16
e5f77cc3 17
dc074beb
BP
18v1.9.0 - xx xxx xxxx
19--------------------
356af50b
KM
20 - The tunneling code no longer assumes input and output keys are symmetric.
21 If they are not, PMTUD needs to be disabled for tunneling to work. Note
22 this only applies to flow-based keys.
72e8bf28
AA
23 - Datapath:
24 - Support for ipv6 set action.
25 - SKB mark matching and setting.
28aea917 26 - support for Linux kernels up to 3.7
f6eb6b20
GL
27 - FreeBSD is now a supported platform, thanks to code contributions from
28 Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
b592e726 29 - ovs-bugtool: New --ovs option to report only OVS related information.
781dee08
BP
30 - New %t and %T log escapes to identify the subprogram within a
31 cooperating group of processes or threads that emitted a log message.
32 The default log patterns now include this information.
32455024 33 - OpenFlow:
e878338b
SH
34 - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
35 fields in IPv6 neighbor discovery messages, and IPv6 flow label.
4cceacb9 36 - Adds support for writing to the metadata field for a flow.
81816a5f
JP
37 - It is possible to request the OpenFlow port number with the
38 "ofport_request" column in the Interface table.
c6100d92
BP
39 - ovs-ofctl:
40 - Commands and actions that accept port numbers now also accept keywords
41 that represent those ports (such as LOCAL, NONE, and ALL). This is
42 also the recommended way to specify these ports, for compatibility
43 with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
44 for these ports for different purposes).
2562714a 45 - ovs-dpctl:
4b3b8d8f
JP
46 - Support requesting the port number with the "port_no" option in
47 the "add-if" command.
e8f2a2a2
JP
48 - The "dump-flows" and "del-flows" no longer require an argument
49 if only one datapath exists.
27022416
JP
50 - ovs-appctl:
51 - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
52 that mimic the equivalent ovs-dpctl commands.
2562714a
BP
53 - ovs-pki: The "online PKI" features have been removed, along with
54 the ovs-pki-cgi program that facilitated it, because of some
55 alarmist insecurity claims. We do not believe that these claims
56 are true, but because we do not know of any users for this
57 feature it seems better on balance to remove it. (The ovs-pki-cgi
58 program was not included in distribution packaging.)
85340733
AA
59 - Tunnel Path MTU Discovery default value was set to 'disabled'. This
60 feature is deprecated and will be removed soon.
341c4e59
BP
61 - ovsdb-server now enforces the immutability of immutable columns. This
62 was not enforced in earlier versions due to an oversight.
2de795ad 63 - New support for a nonstandard form of GRE that supports a 64-bit key.
e1b1d06a
JP
64 - The ofproto library is now responsible for assigning OpenFlow port
65 numbers. An ofproto implementation should assign them when
66 port_construct() is called.
acf60855
JP
67 - All dpif-based bridges of a particular type share a common
68 datapath called "ovs-<type>", e.g. "ovs-system". The ovs-dpctl
69 commands will now return information on that shared datapath. To
70 get the equivalent bridge-specific information, use the new
71 "ovs-appctl dpif/*" commands.
05a9d485 72 - Tunnel header caching removed.
fd38af85
BP
73 - The following features are now deprecated. They will be removed no
74 earlier than February 2013. Please email dev@openvswitch.org with
75 concerns.
a8643e44 76 - Bridge compatibility.
fd38af85
BP
77 - Stable bond mode.
78 - The autopath action.
79 - Interface type "null".
80 - Numeric values for reserved ports (see "ovs-ofctl" note above).
85340733 81 - Tunnel Path MTU Discovery.
1280bf0e 82 - CAPWAP tunnel support.
f07ee64c
MM
83 - The data in the RARP packets can now be matched in the same way as the
84 data in ARP packets.
945cad7f 85
79f827fa 86
f3608bf1 87v1.8.0 - xx xxx xxxx
c8d5d22c 88------------------------
c483d489 89 - New FAQ. Please send updates and additions!
f25d0cf3
BP
90 - Authors of controllers, please read the new section titled "Action
91 Reproduction" in DESIGN, which describes an Open vSwitch change in
92 behavior in corner cases that may affect some controllers.
2d8bdd8f
AA
93 - ovs-l3ping:
94 - A new test utility that can create L3 tunnel between two Open
95 vSwitches and detect connectivity issues.
5498c01f 96 - ovs-ofctl:
bdcc5925 97 - New --sort and --rsort options for "dump-flows" command.
5498c01f 98 - "mod-port" command can now control all OpenFlow config flags.
c08201d6 99 - OpenFlow:
ff0b06ee
BP
100 - Allow general bitwise masking for IPv4 and IPv6 addresses in
101 IPv4, IPv6, and ARP packets. (Previously, only CIDR masks
c08201d6
BP
102 were allowed.)
103 - Allow support for arbitrary Ethernet masks. (Previously, only
104 the multicast bit in the destination address could be individually
105 masked.)
969fc56c 106 - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
0414d158
BP
107 - The OFPST_QUEUE request now reports an error if a specified port or
108 queue does not exist, or for requests for a specific queue on all
109 ports, if the specified queue does not exist on any port. (Previous
110 versions generally reported an empty set of results.)
2b07c8b1
BP
111 - New "flow monitor" feature to allow controllers to be notified of
112 flow table changes as they happen.
c93f9a78
EJ
113 - Additional protocols are not mirrored and dropped when forward-bpdu is
114 false. For a full list, see the ovs-vswitchd.conf.db man page.
38f7147c
EJ
115 - Open vSwitch now sends RARP packets in situations where it previously
116 sent a custom protocol, making it consistent with behavior of QEMU and
117 VMware.
969e46a2
AS
118 - All Open vSwitch programs and log files now show timestamps in UTC,
119 instead the local timezone, by default.
c8d5d22c
JP
120
121
3b4ab170 122v1.7.0 - 30 Jul 2012
dd1ba5b3 123------------------------
9b80f761
CW
124 - kernel modules are renamed. openvswitch_mod.ko is now
125 openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
e9358af6 126 - Increased the number of NXM registers to 8.
22dd5cec 127 - Added ability to configure DSCP setting for manager and controller
f125905c
MM
128 connections. By default, these connections have a DSCP value of
129 Internetwork Control (0xc0).
3967a833
MM
130 - Added the granular link health statistics, 'cfm_health', to an
131 interface.
47284b1f
AA
132 - OpenFlow:
133 - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
2be393ed
JP
134 - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
135 multipart messages.
136 - ovs-ofctl:
137 - Added the "dump-ports-desc" command to retrieve port
138 information using the new port description multipart messages.
8d25d9a2
AA
139 - ovs-test:
140 - Added support for spawning ovs-test server from the client.
141 - Now ovs-test is able to automatically create test bridges and ports.
7393104d 142 - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
22dd5cec 143 - Tripled flow setup performance.
a5f607bc
BP
144 - The "coverage/log" command previously available through ovs-appctl
145 has been replaced by "coverage/show". The new command replies with
146 coverage counter values, instead of logging them.
dd1ba5b3
JP
147
148
9d564cb2 149v1.6.1 - 25 Jun 2012
d0a8c2e0 150------------------------
9d564cb2
JP
151 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
152
153
154v1.6.0 - 24 Feb 2012
155------------------------
156 *** Internal only release ***
4df08875 157 - bonding
bdebeece
EJ
158 - LACP bonds no longer fall back to balance-slb when negotiations fail.
159 Instead they drop traffic.
4df08875
EJ
160 - The default bond_mode changed from SLB to active-backup, to protect
161 unsuspecting users from the significant risks of SLB bonds (which are
162 documented in vswitchd/INTERNALS).
bc1b010c
EJ
163 - Load balancing can be disabled by setting the bond-rebalance-interval
164 to zero.
73f33563
BP
165 - OpenFlow:
166 - Added support for bitwise matching on TCP and UDP ports.
167 See ovs-ofctl(8) for more information.
80d5aefd
BP
168 - NXM flow dumps now include times elapsed toward idle and hard
169 timeouts.
170 - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
171 controllers more precise control over which OpenFlow messages they
172 receive asynchronously.
0e553d9c
BP
173 - New "fin_timeout" action.
174 - Added "fin_timeout" support to "learn" action.
a7349929
BP
175 - New Nicira action NXAST_CONTROLLER that offers additional features
176 over output to OFPP_CONTROLLER.
2c999774
BP
177 - When QoS settings for an interface do not configure a default queue
178 (queue 0), Open vSwitch now uses a default configuration for that
179 queue, instead of dropping all packets as in previous versions.
2a3e30b2
BP
180 - Logging:
181 - Logging to console and file will have UTC timestamp as a default for
182 all the daemons. An example of the default format is
183 2012-01-27T16:35:17Z. ovs-appctl can be used to change the default
184 format as before.
185 - The syntax of commands and options to set log levels was simplified,
186 to make it easier to remember.
254750ce
BP
187 - New support for limiting the number of flows in an OpenFlow flow
188 table, with configurable policy for evicting flows upon
189 overflow. See the Flow_Table table in ovs-vswitch.conf.db(5)
190 for more information.
9886b662
BP
191 - New "enable-async-messages" column in the Controller table. If set to
192 false, OpenFlow connections to the controller will initially have all
193 asynchronous messages disabled, overriding normal OpenFlow behavior.
1745cd08
BP
194 - ofproto-provider interface:
195 - "struct rule" has a new member "used" that ofproto implementations
196 should maintain by updating with ofproto_rule_update_used().
8f46c9bb
BP
197 - ovsdb-client:
198 - The new option --timestamp causes the "monitor" command to print
199 a timestamp with every update.
a7aa2d3c 200 - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
d0a8c2e0
JP
201
202
a6492d91 203v1.5.0 - 01 Jun 2012
e68bfcfc 204------------------------
e729e793
JP
205 - OpenFlow:
206 - Added support for querying, modifying, and deleting flows
207 based on flow cookie when using NXM.
b4b7f827 208 - Added new NXM_PACKET_IN format.
f0fd1a17 209 - Added new NXAST_DEC_TTL action.
1eb85ef5
EJ
210 - ovs-ofctl:
211 - Added daemonization support to the monitor and snoop commands.
2a9537e2
BP
212 - ovs-vsctl:
213 - The "find" command supports new set relational operators
214 {=}, {!=}, {<}, {>}, {<=}, and {>=}.
e4476f74
BP
215 - ovsdb-tool now uses the typical database and schema installation
216 directories as defaults.
d1add61d
JP
217 - The default MAC learning timeout has been increased from 60 seconds
218 to 300 seconds. The MAC learning timeout is now configurable.
e68bfcfc
JP
219
220
ef13dc11 221v1.4.0 - 30 Jan 2012
b6a9a95b 222------------------------
50bf17cd 223 - Compatible with Open vSwitch kernel module included in Linux 3.3.
52a90c29
BP
224 - New "VLAN splinters" feature to work around buggy device drivers
225 in old Linux versions. (This feature is deprecated. When
226 broken device drivers are no longer in widespread use, we will
227 delete this feature.) See ovs-vswitchd.conf.db(5) for more
228 information.
fa8223b7
JP
229 - OpenFlow:
230 - Added ability to match on IPv6 flow label through NXM.
530180fd 231 - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
a61680c6 232 - Added ability to match on TTL in IPv4 and IPv6 through NXM.
530180fd 233 - Added ability to modify ECN bits in IPv4.
a61680c6 234 - Added ability to modify TTL in IPv4.
9d24de3b 235 - ovs-vswitchd:
c06bba01
JP
236 - Don't require the "normal" action to use mirrors. Traffic will
237 now be properly mirrored for any flows, regardless of their
238 actions.
9d24de3b 239 - Track packet and byte statistics sent on mirrors.
733adf2a
LG
240 - The sFlow implementation can now usually infer the correct agent
241 device instead of having to be told explicitly.
f0a3aa2e
AA
242 - ovs-appctl:
243 - New "fdb/flush" command to flush bridge's MAC learning table.
0be6140a
AA
244 - ovs-test:
245 - A new distributed testing tool that allows one to diagnose performance
246 and connectivity issues. This tool currently is not included in RH or
247 Xen packages.
0fb42626 248 - RHEL packaging now supports integration with Red Hat network scripts.
4c57c3bc
EJ
249 - bonding:
250 - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
251 to active-backup. SLB bonds carry significant risks with them
252 (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
253 users from running into. Users are advised to update any scripts or
254 configuration which may be negatively impacted by explicitly setting
255 the bond mode which they want to use.
b6a9a95b 256
0be6140a 257
ddc29387 258v1.3.0 - 09 Dec 2011
3e60856b 259------------------------
f694937d
EJ
260 - OpenFlow:
261 - Added an OpenFlow extension which allows the "output" action to accept
262 NXM fields.
75a75043 263 - Added an OpenFlow extension for flexible learning.
d2c0fed9 264 - Bumped number of NXM registers from four to five.
d5e1e5ed 265 - ovs-appctl:
ae75dae3
JP
266 - New "version" command to determine version of running daemon.
267 - If no argument is provided for "cfm/show", displays detailed
268 information about all interfaces with CFM enabled.
5dab8ece
JP
269 - If no argument is provided for "lacp/show", displays detailed
270 information about all ports with LACP enabled.
10500639
BP
271 - ovs-dpctl:
272 - New "set-if" command to modify a datapath port's configuration.
29901626
BP
273 - ovs-vswitchd:
274 - The software switch now supports 255 OpenFlow tables, instead
275 of just one. By default, only table 0 is consulted, but the
276 new NXAST_RESUBMIT_TABLE action can look up in additional
277 tables. Tables 128 and above are reserved for use by the
278 switch itself; please use only tables 0 through 127.
21f7563c 279 - Add support for 802.1D spanning tree (STP).
7257b535
BP
280 - Fragment handling extensions:
281 - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
282 fields are made available for matching in fragments with
283 offset 0.
284 - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
285 via "ip_frag" in ovs-ofctl).
286 - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
287 fragment handling policy.
2f4bc10d
BP
288 - CAPWAP tunneling now supports an extension to transport a 64-bit key.
289 By default it remains compatible with the old version and other
c87112ca 290 standards-based implementations.
17411ecf
JG
291 - Flow setups are now processed in a round-robin manner across ports
292 to prevent any single client from monopolizing the CPU and conducting
293 a denial of service attack.
ecac4ebf
BP
294 - Added support for native VLAN tagging. A new "vlan_mode"
295 parameter can be set for "port". Possible values: "access",
296 "trunk", "native-tagged" and "native-untagged".
023e1e0a 297 - test-openflowd has been removed. Please use ovs-vswitchd instead.
3e60856b 298
5e9c5b61 299v1.2.0 - 03 Aug 2011
b78f6b77 300------------------------
1a142ced
JP
301 - New "ofproto" abstraction layer to ease porting to hardware
302 switching ASICs.
303 - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
304 - Datapath support for Linux kernels up to 3.0.
305 - OpenFlow:
306 - New "bundle" and "bundle_load" action extensions.
307 - Database:
308 - Implement table unique constraints.
309 - Support cooperative locking between callers.
310 - ovs-dpctl:
311 - New "-s" option for "show" command prints packet and byte
312 counters for each port.
c4ea79bf
BP
313 - ovs-ofctl:
314 - New "--readd" option for "replace-flows".
9b1735a7
BP
315 - ovs-vsctl:
316 - New "show" command to print an overview of configuration.
1a142ced 317 - New "comment" command to add remark that explains intentions.
2b01925c 318 - ovs-brcompatd has been rewritten to fix long-standing bugs.
045b2e5c
BP
319 - ovs-openflowd has been renamed test-openflowd and moved into the
320 tests directory. Its presence confused too many users. Please
321 use ovs-vswitchd instead.
1a142ced
JP
322 - New ovs-benchmark utility to test flow setup performance.
323 - A new log level "off" has been added. Configuring a log facility
324 "off" prevents any messages from being logged to it. Previously,
325 "emer" was effectively "off" because no messages were ever logged at
326 level "emer". Now, errors that cause a process to exit are logged
327 at "emer" level.
8a2d6596
BP
328 - "configure" option --with-l26 has been renamed --with-linux, and
329 --with-l26-source has been renamed --with-linux-source. The old
330 names will be removed after the next release, so please update
331 your scripts.
22bcc0e7
JG
332 - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
333 datapath/linux-2.6/compat-2.6 directories.
b78f6b77
BP
334 - Feature removals:
335 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
0be6140a 336 Please use the extensible match extensions instead.
93b8df38
EJ
337 - Removed the Maintenance_Point and Monitor tables in an effort
338 to simplify 802.1ag configuration.
1a142ced
JP
339 - Performance and scalability improvements
340 - Bug fixes
b78f6b77 341
d4da3acc
JP
342v1.1.0 - 05 Apr 2011
343------------------------
344 - Ability to define policies over IPv6
345 - LACP
346 - 802.1ag CCM
347 - Support for extensible match extensions to OpenFlow
348 - QoS:
349 - Support for HFSC qdisc.
350 - Queue used by in-band control can now be configured.
351 - Kernel:
352 - Kernel<->userspace interface has been reworked and should be
353 close to a stable ABI now.
354 - "Port group" concept has been dropped.
355 - GRE over IPSEC tunnels
356 - Bonding:
357 - New active backup bonding mode.
358 - New L4 hashing support when LACP is enabled.
359 - Source MAC hash now includes VLAN field also.
360 - miimon support.
361 - Greatly improved handling of large flow tables
362 - ovs-dpctl:
363 - "show" command now prints full vport configuration.
364 - "dump-groups" command removed since kernel support for
365 port groups was dropped.
366 - ovs-vsctl:
367 - New commands for working with the new Managers table.
368 - "list" command enhanced with new formatting options and --columns
369 option.
370 - "get" command now accepts new --id option.
371 - New "find" command.
372 - ovs-ofctl:
373 - New "queue-stats" command for printing queue stats.
374 - New commands "replace-flows" and "diff-flows".
375 - Commands to add and remove flows can now read from files.
376 - New --flow-format option to enable or disable NXM.
377 - New --more option to increase OpenFlow message verbosity.
378 - Removed "tun-cookie" command, which is no longer useful.
379 - ovs-controller enhancements for testing various features.
380 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
381 bugs. New ovs-vlan-bug-workaround command for enabling and
382 disabling a workaround for these driver bugs.
383 - OpenFlow support:
35d25d44 384 - "Resubmit" actions now update flow statistics.
d4da3acc
JP
385 - New "register" extension for use in matching and actions, via NXM.
386 - New "multipath" experimental action extension.
387 - New support for matching multicast Ethernet frames, via NXM.
388 - New extension for OpenFlow vendor error codes.
389 - New extension to set the QoS output queue without actually
390 sending to an output port.
391 - Open vSwitch now reports a single flow table, instead of
392 separate hash and wildcard tables. This better models the
393 current implementation.
394 - New experimental "note" action.
395 - New "ofproto/trace" ovs-appctl command and associated utilities
396 to ease debugging complex flow tables.
397 - Database:
398 - Schema documentation now includes an entity-relationship diagram.
399 - The database is now garbage collected. In most tables,
400 unreferenced rows will be deleted automatically.
401 - Many tables now include statistics updated periodically by
402 ovs-vswitchd or ovsdb-server.
403 - Every table now has an "external-ids" column for use by OVS
404 integrators.
405 - There is no default controller anymore. Each bridge must have its
406 controller individually specified.
407 - The "fail-mode" is now a property of a Bridge instead of a Controller.
408 - New versioning and checksum features.
409 - New Managers table and manager_options column in Open_vSwitch table
410 for specifying managers. The old "managers" column in the
411 Open_vSwitch table has been removed.
412 - Many "name" columns are now immutable.
413 - Feature removals:
414 - Dropped support for XenServer pre-5.6.100.
415 - Dropped support for Linux pre-2.6.18.
416 - Dropped controller discovery support.
417 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
418 Statistics reporting in the database is a rough equivalent.
419 - Dropped the "corekeeper" package (now separate, at
420 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
421 - Performance and scalability improvements
422 - Bug fixes
423
d5905136
JP
424v1.1.0pre2 - 13 Sep 2010
425------------------------
426 - Bug fixes
427
fdf20378
JP
428v1.1.0pre1 - 31 Aug 2010
429------------------------
476d56f5
JP
430 - OpenFlow 1.0 slicing (QoS) functionality
431 - Python bindings for configuration database (no write support)
432 - Performance and scalability improvements
433 - Bug fixes
434
b9b0865a
JP
435v1.0.1 - 31 May 2010
436--------------------
437 - New "patch" interface type
438 - Bug fixes
439
7c284ac4
JP
440v1.0.0 - 15 May 2010
441--------------------
442 - Configuration database with remote management
443 - OpenFlow 1.0
444 - GRE tunneling
445 - Support for XenServer 5.5 and 5.6
446 - Performance and scalability improvements
447 - Bug fixes
448
2f0a1f42
JP
449v0.99.2 - 18 Feb 2010
450---------------------
451 - Bug fixes
452
b84a0589
JP
453v0.99.1 - 25 Jan 2010
454---------------------
455 - Add support for sFlow(R)
456 - Make headers compatible with C++
457 - Bug fixes
458
b7f22a6a
JP
459v0.99.0 - 14 Jan 2010
460---------------------
461 - User-space forwarding engine
462 - Bug fixes
35d25d44 463
6d735676
JP
464v0.90.7 - 29 Nov 2009
465---------------------
466 - Add support for NetFlow active timeouts
467 - Bug fixes
b7f22a6a 468
ef5925df
JP
469v0.90.6 - 6 Oct 2009
470--------------------
471 - Bug fixes
472
3c708eb8 473v0.90.5 - 21 Sep 2009
30ee1c4d
JP
474---------------------
475 - Generalize in-band control to more diverse network setups
476 - Bug fixes