]> git.proxmox.com Git - ovs.git/blob - NEWS
dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.
[ovs.git] / NEWS
1 Post-v2.8.0
2 --------------------
3 - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
4 - OVN:
5 * The "requested-chassis" option for a logical switch port now accepts a
6 chassis "hostname" in addition to a chassis "name".
7 * IPv6
8 - Added support to send IPv6 Router Advertisement packets in response to
9 the IPv6 Router Solicitation packets from the VIF ports.
10 - Added support to generate Neighbor Solicitation packets using the OVN
11 action 'nd_ns' to resolve unknown next hop MAC addresses for the
12 IPv6 packets.
13 * ovn-ctl: New commands run_nb_ovsdb and run_sb_ovsdb.
14 - Linux kernel 4.13
15 * Add support for compiling OVS with the latest Linux 4.13 kernel
16 - "flush-conntrack" in ovs-dpctl and ovs-appctl now accept a 5-tuple to
17 delete a specific connection tracking entry.
18
19 v2.8.0 - 31 Aug 2017
20 --------------------
21 - ovs-ofctl:
22 * ovs-ofctl can now accept and display port names in place of numbers. By
23 default it always accepts names and in interactive use it displays them;
24 use --names or --no-names to override. See ovs-ofctl(8) for details.
25 * "ovs-ofctl dump-flows" now accepts --no-stats to omit flow statistics.
26 - New ovs-dpctl command "ct-stats-show" to show connection tracking stats.
27 - Tunnels:
28 * Added support to set packet mark for tunnel endpoint using
29 `egress_pkt_mark` OVSDB option.
30 * When using Linux kernel datapath tunnels may be created using rtnetlink.
31 This will allow us to take advantage of new tunnel features without
32 having to make changes to the vport modules.
33 - EMC insertion probability is reduced to 1% and is configurable via
34 the new 'other_config:emc-insert-inv-prob' option.
35 - DPDK:
36 * DPDK log messages redirected to OVS logging subsystem.
37 Log level can be changed in a usual OVS way using
38 'ovs-appctl vlog' commands for 'dpdk' module. Lower bound
39 still can be configured via extra arguments for DPDK EAL.
40 * dpdkvhostuser ports are marked as deprecated. They will be removed
41 in an upcoming release.
42 * Support for DPDK v17.05.1.
43 - IPFIX now provides additional counters:
44 * Total counters since metering process startup.
45 * Per-flow TCP flag counters.
46 * Multicast, broadcast, and unicast counters.
47 - New support for multiple VLANs (802.1ad or "QinQ"), including a new
48 "dot1q-tunnel" port VLAN mode.
49 - In ovn-vsctl and vtep-ctl, record UUIDs in commands may now be
50 abbreviated to 4 hex digits.
51 - Userspace Datapath:
52 * Added NAT support for userspace datapath.
53 * Added FTP and TFTP support with NAT for userspace datapath.
54 * Experimental NSH (Network Service Header) support in userspace datapath.
55 - OVN:
56 * New built-in DNS support.
57 * IPAM for IPv4 can now exclude user-defined addresses from assignment.
58 * IPAM can now assign IPv6 addresses.
59 * Make the DHCPv4 router setting optional.
60 * Gratuitous ARP for NAT addresses on a distributed logical router.
61 * Allow ovn-controller SSL configuration to be obtained from vswitchd
62 database.
63 * ovn-trace now has basic support for tracing distributed firewalls.
64 * In ovn-nbctl and ovn-sbctl, record UUIDs in commands may now be
65 abbreviated to 4 hex digits.
66 * "ovn-sbctl lflow-list" can now print OpenFlow flows that correspond
67 to logical flows.
68 * Now uses OVSDB RBAC support to reduce impact of compromised hypervisors.
69 * Multiple chassis may now be specified for L3 gateways. When more than
70 one chassis is specified, OVN will manage high availability for that
71 gateway.
72 * Add support for ACL logging.
73 * ovn-northd now has native support for active-standby high availability.
74 - Tracing with ofproto/trace now traces through recirculation.
75 - OVSDB:
76 * New support for role-based access control (see ovsdb-server(1)).
77 - New commands 'stp/show' and 'rstp/show' (see ovs-vswitchd(8)).
78 - OpenFlow:
79 * All features required by OpenFlow 1.4 are now implemented, so
80 ovs-vswitchd now enables OpenFlow 1.4 by default (in addition to
81 OpenFlow 1.0 to 1.3).
82 * Increased support for OpenFlow 1.6 (draft).
83 * Bundles now support hashing by just nw_src or nw_dst.
84 * The "learn" action now supports a "limit" option (see ovs-ofctl(8)).
85 * The port status bit OFPPS_LIVE now reflects link aliveness.
86 * OpenFlow 1.5 packet-out is now supported.
87 * Support for OpenFlow 1.5 field packet_type and packet-type-aware
88 pipeline (PTAP).
89 * Added generic encap and decap actions (EXT-382).
90 First supported use case is encap/decap for Ethernet.
91 * Added NSH (Network Service Header) support in userspace
92 Used generic encap and decap actions to implement encapsulation and
93 decapsulation of NSH header.
94 IETF NSH draft - https://datatracker.ietf.org/doc/draft-ietf-sfc-nsh/
95 * Conntrack state is only available to the processing path that
96 follows the "recirc_table" argument of the ct() action. Starting
97 in OVS 2.8, this state is now cleared for the current processing
98 path whenever ct() is called.
99 - Fedora Packaging:
100 * OVN services are no longer restarted automatically after upgrade.
101 * ovs-vswitchd and ovsdb-server run as non-root users by default.
102 - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)).
103 - L3 tunneling:
104 * Use new tunnel port option "packet_type" to configure L2 vs. L3.
105 * In conjunction with PTAP tunnel ports can handle a mix of L2 and L3
106 payload.
107 * New vxlan tunnel extension "gpe" to support VXLAN-GPE tunnels.
108 * New support for non-Ethernet (L3) payloads in GRE and VXLAN-GPE.
109 - The BFD detection multiplier is now user-configurable.
110 - Add experimental support for hardware offloading
111 * HW offloading is disabled by default.
112 * HW offloading is done through the TC interface.
113 - IPv6 link local addresses are now supported on Linux. Use % to designate
114 the scope device.
115
116 v2.7.0 - 21 Feb 2017
117 ---------------------
118 - Utilities and daemons that support SSL now allow protocols and
119 ciphers to be configured with --ssl-protocols and --ssl-ciphers.
120 - OVN:
121 * QoS is now implemented via egress shaping rather than ingress policing.
122 * DSCP marking is now supported, via the new northbound QoS table.
123 * IPAM now supports fixed MAC addresses.
124 * Support for source IP address based routing.
125 * ovn-trace:
126 - New --ovs option to also print OpenFlow flows.
127 - put_dhcp_opts and put_dhcp_optsv6 actions may now be traced.
128 * Support for managing SSL and remote connection configuration in
129 northbound and southbound databases.
130 * TCP connections to northbound and southbound databases are no
131 longer enabled by default and must be explicitly configured.
132 See documentation for ovn-sbctl/ovn-nbctl "set-connection"
133 command or the ovn-ctl "--db-sb-create-insecure-remote" and
134 "--db-nb-create-insecure-remote" command-line options for
135 information regarding remote connection configuration.
136 * New appctl "inject-pkt" command in ovn-controller that allows
137 packets to be injected into the connected OVS instance.
138 * Distributed logical routers may now be connected directly to
139 logical switches with localnet ports, by specifying a
140 "redirect-chassis" on the distributed gateway port of the
141 logical router. NAT rules may be specified directly on the
142 distributed logical router, and are handled either centrally on
143 the "redirect-chassis", or in many cases are handled locally on
144 the hypervisor where the corresponding logical port resides.
145 Gratuitous ARP for NAT addresses on a distributed logical
146 router is not yet supported, but will be added in a future
147 version.
148 - Fixed regression in table stats maintenance introduced in OVS
149 2.3.0, wherein the number of OpenFlow table hits and misses was
150 not accurate.
151 - OpenFlow:
152 * OFPT_PACKET_OUT messages are now supported in bundles.
153 * A new "selection_method=dp_hash" type for OpenFlow select group
154 bucket selection that uses the datapath computed 5-tuple hash
155 without making datapath flows match the 5-tuple fields, which
156 is useful for more efficient load balancing, for example. This
157 uses the Netronome extension to OpenFlow 1.5+ that allows
158 control over the OpenFlow select groups selection method. See
159 "selection_method" and related options in ovs-ofctl(8) for
160 details.
161 * The "sample" action now supports "ingress" and "egress" options.
162 * The "ct" action now supports the TFTP ALG where support is available.
163 * New actions "clone" and "ct_clear".
164 * The "meter" action is now supported in the userspace datapath.
165 - ovs-ofctl:
166 * 'bundle' command now supports packet-out messages.
167 * New syntax for 'ovs-ofctl packet-out' command, which uses the
168 same string parser as the 'bundle' command. The old 'packet-out'
169 syntax is deprecated and will be removed in a later OVS
170 release.
171 * New unixctl "ofctl/packet-out" command, which can be used to
172 instruct a flow monitor to issue OpenFlow packet-out messages.
173 - ovsdb-server:
174 * Remote connections can now be made read-only (see ovsdb-server(1)).
175 - Tunnels:
176 * TLV mappings for protocols such as Geneve are now segregated on
177 a per-OpenFlow bridge basis rather than globally. (The interface
178 has not changed.)
179 * Removed support for IPsec tunnels.
180 - DPDK:
181 * New option 'n_rxq_desc' and 'n_txq_desc' fields for DPDK interfaces
182 which set the number of rx and tx descriptors to use for the given port.
183 * Support for DPDK v16.11.
184 * Support for rx checksum offload. Refer DPDK HOWTO for details.
185 * Port Hotplug is now supported.
186 * DPDK physical ports can now have arbitrary names. The PCI address of
187 the device must be set using the 'dpdk-devargs' option. Compatibility
188 with the old dpdk<portid> naming scheme is broken, and as such a
189 device will not be available for use until a valid dpdk-devargs is
190 specified.
191 * Virtual DPDK Poll Mode Driver (vdev PMD) support.
192 * Removed experimental tag.
193 - Fedora packaging:
194 * A package upgrade does not automatically restart OVS service.
195 - ovs-vswitchd/ovs-vsctl:
196 * Ports now have a "protected" flag. Protected ports can not forward
197 frames to other protected ports. Unprotected ports can receive and
198 forward frames to protected and other unprotected ports.
199 - ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl:
200 * Database commands now accept integer ranges, e.g. "set port
201 eth0 trunks=1-10" to enable trunking VLANs 1 to 10.
202
203 v2.6.0 - 27 Sep 2016
204 ---------------------
205 - First supported release of OVN. See ovn-architecture(7) for more
206 details.
207 - ovsdb-server:
208 * New "monitor_cond" "monitor_cond_update" and "update2" extensions to
209 RFC 7047.
210 - OpenFlow:
211 * OpenFlow 1.3+ bundles now expire after 10 seconds since the
212 last time the bundle was either opened, modified, or closed.
213 * OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is
214 now implemented.
215 * OpenFlow 1.3+ bundles are now supported for group mods as well as
216 flow mods and port mods. Both 'atomic' and 'ordered' bundle
217 flags are supported for group mods as well as flow mods.
218 * Internal OpenFlow rule representation for load and set-field
219 actions is now much more memory efficient. For a complex flow
220 table this can reduce rule memory consumption by 40%.
221 * Bundles are now much more memory efficient than in OVS 2.5.
222 Together with memory efficiency improvements in OpenFlow rule
223 representation, the peak OVS resident memory use during a
224 bundle commit for large complex set of flow mods can be only
225 25% of that in OVS 2.5 (4x lower).
226 * OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY.
227 * OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
228 * OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported.
229 * New property-based packet-in message format NXT_PACKET_IN2 with support
230 for arbitrary user-provided data and for serializing flow table
231 traversal into a continuation for later resumption.
232 * New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like
233 control over asynchronous messages in earlier versions of OpenFlow.
234 * New OpenFlow extension NXM_NX_MPLS_TTL to provide access to MPLS TTL.
235 * New output option, output(port=N,max_len=M), to allow truncating a
236 packet to size M bytes when outputting to port N.
237 * New command OFPGC_ADD_OR_MOD for OFPT_GROUP_MOD message that adds a
238 new group or modifies an existing groups
239 * The optional OpenFlow packet buffering feature is deprecated in
240 this release, and will be removed in the next OVS release
241 (2.7). After the change OVS always sends the 'buffer_id' as
242 0xffffffff in packet-in messages and will send an error
243 response if any other value of this field is included in
244 packet-out and flow mod sent by a controller. Controllers are
245 already expected to work properly in cases where the switch can
246 not buffer packets, so this change should not affect existing
247 users.
248 * New OpenFlow extension NXT_CT_FLUSH_ZONE to flush conntrack zones.
249 - Improved OpenFlow version compatibility for actions:
250 * New OpenFlow extension to support the "group" action in OpenFlow 1.0.
251 * OpenFlow 1.0 "enqueue" action now properly translated to OpenFlow 1.1+.
252 * OpenFlow 1.1 "mod_nw_ecn" and OpenFlow 1.1+ "mod_nw_ttl" actions now
253 properly translated to OpenFlow 1.0.
254 - ovs-ofctl:
255 * queue-get-config command now allows a queue ID to be specified.
256 * '--bundle' option can now be used with OpenFlow 1.3 and with group mods.
257 * New "bundle" command allows executing a mixture of flow and group mods
258 as a single atomic transaction.
259 * New option "--color" to produce colorized output for some commands.
260 * New option '--may-create' to use OFPGC_ADD_OR_MOD in mod-group command.
261 - IPFIX:
262 * New "sampling_port" option for "sample" action to allow sampling
263 ingress and egress tunnel metadata with IPFIX.
264 * New ovs-ofctl commands "dump-ipfix-bridge" and "dump-ipfix-flow" to
265 dump bridge IPFIX statistics and flow based IPFIX statistics.
266 * New setting other-config:virtual_obs_id to add an arbitrary string
267 to IPFIX records.
268 - Linux:
269 * OVS Linux datapath now implements Conntrack NAT action with all
270 supported Linux kernels.
271 * Support for truncate action.
272 * New QoS type "linux-noop" that prevents Open vSwitch from trying to
273 manage QoS for a given port (useful when other software manages QoS).
274 - DPDK:
275 * New option "n_rxq" for PMD interfaces.
276 Old 'other_config:n-dpdk-rxqs' is no longer supported.
277 Not supported by vHost interfaces. For them number of rx and tx queues
278 is applied from connected virtio device.
279 * New 'other_config:pmd-rxq-affinity' field for PMD interfaces, that
280 allows to pin port's rx queues to desired cores.
281 * New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq
282 assignment.
283 * Type of log messages from PMD threads changed from INFO to DBG.
284 * QoS functionality with sample egress-policer implementation.
285 * The mechanism for configuring DPDK has changed to use database
286 * Sensible defaults have been introduced for many of the required
287 configuration options
288 * DB entries have been added for many of the DPDK EAL command line
289 arguments. Additional arguments can be passed via the dpdk-extra
290 entry.
291 * Add ingress policing functionality.
292 * PMD threads servicing vHost User ports can now come from the NUMA
293 node that device memory is located on if CONFIG_RTE_LIBRTE_VHOST_NUMA
294 is enabled in DPDK.
295 * Basic connection tracking for the userspace datapath (no ALG,
296 fragmentation or NAT support yet)
297 * Support for DPDK 16.07
298 * Optional support for DPDK pdump enabled.
299 * Jumbo frame support
300 * Remove dpdkvhostcuse port type.
301 * OVS client mode for vHost and vHost reconnect (Requires QEMU 2.7)
302 * 'dpdkvhostuserclient' port type.
303 - Increase number of registers to 16.
304 - ovs-benchmark: This utility has been removed due to lack of use and
305 bitrot.
306 - ovs-appctl:
307 * New "vlog/close" command.
308 - ovs-ctl:
309 * Added the ability to selectively start the forwarding and database
310 functions (ovs-vswitchd and ovsdb-server, respectively).
311 - ovsdb-server:
312 * Remove max number of sessions limit, to enable connection scaling
313 testing.
314 - python:
315 * Added support for Python 3.4+ in addition to existing support
316 for 2.7+.
317 - SELinux:
318 * Introduced SELinux policy package.
319 - Datapath Linux kernel compatibility.
320 * Dropped support for kernel older than 3.10.
321 * Removed VLAN splinters feature.
322 * Datapath supports kernel upto 4.7.
323 - Tunnels:
324 * Flow based tunnel match and action can be used for IPv6 address using
325 tun_ipv6_src, tun_ipv6_dst fields.
326 * Added support for IPv6 tunnels, for details checkout FAQ.
327 * Deprecated support for IPsec tunnels ports.
328 - A wrapper script, 'ovs-tcpdump', to easily port-mirror an OVS port and
329 watch with tcpdump
330 - Introduce --no-self-confinement flag that allows daemons to work with
331 sockets outside their run directory.
332 - ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because
333 SHA-1 is no longer secure and some operating systems have started to
334 disable it in OpenSSL.
335 - Add 'mtu_request' column to the Interface table. It can be used to
336 configure the MTU of the ports.
337
338 Known issues:
339 - Using openvswitch module in conjunction with upstream Linux tunnels:
340 * When using the openvswitch module distributed with OVS against kernel
341 versions 4.4 to 4.6, the openvswitch module cannot be loaded or used at
342 the same time as "ip_gre".
343 - Conntrack FTP ALGs: When using the openvswitch module distributed with
344 OVS, particular Linux distribution kernels versions may provide diminished
345 functionality. This typically affects active FTP data connections when
346 using "actions=ct(alg=ftp),..." in flow tables. Specifically:
347 * Centos 7.1 kernels (3.10.0-2xx) kernels are unable to correctly set
348 up expectations for FTP data connections in multiple zones,
349 eg "actions=ct(zone=1,alg=ftp),ct(zone=2,alg=ftp),...". Executing the
350 "ct" action for subsequent data connections may fail to determine that
351 the data connection is "related" to an existing connection.
352 * Centos 7.2 kernels (3.10.0-3xx) kernels may not establish FTP ALG state
353 correctly for NATed connections. As a result, flows that perform NAT,
354 eg "actions=ct(nat,ftp=alg,table=1),..." may fail to NAT the packet,
355 and will populate the "ct_state=inv" bit in the flow.
356
357
358 v2.5.0 - 26 Feb 2016
359 ---------------------
360 - Dropped support for Python older than version 2.7. As a consequence,
361 using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
362 have Python 2.4) requires first installing Python 2.7.
363 - OpenFlow:
364 * Group chaining (where one OpenFlow group triggers another) is
365 now supported.
366 * OpenFlow 1.4+ "importance" is now considered for flow eviction.
367 * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
368 * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented.
369 * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
370 * Allow modifying the ICMPv4/ICMPv6 type and code fields.
371 * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are
372 now implemented.
373 - ovs-ofctl:
374 * New "out_group" keyword for OpenFlow 1.1+ matching on output group.
375 - Tunnels:
376 * Geneve tunnels can now match and set options and the OAM bit.
377 * The nonstandard GRE64 tunnel extension has been dropped.
378 - Support Multicast Listener Discovery (MLDv1 and MLDv2).
379 - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
380 - sFlow agent now reports tunnel and MPLS structures.
381 - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile
382 targets to run a new system testsuite. These tests can be run inside
383 a Vagrant box. See INSTALL.md for details
384 - Mark --syslog-target argument as deprecated. It will be removed in
385 the next OVS release.
386 - Added --user option to all daemons
387 - Add support for connection tracking through the new "ct" action
388 and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only
389 available on Linux kernels with the connection tracking module loaded.
390 - Add experimental version of OVN. OVN, the Open Virtual Network, is a
391 system to support virtual network abstraction. OVN complements the
392 existing capabilities of OVS to add native support for virtual network
393 abstractions, such as virtual L2 and L3 overlays and security groups.
394 - RHEL packaging:
395 * DPDK ports may now be created via network scripts (see README.RHEL).
396 - DPDK:
397 * Requires DPDK 2.2
398 * Added multiqueue support to vhost-user
399 * Note: QEMU 2.5+ required for multiqueue support
400
401 v2.4.0 - 20 Aug 2015
402 ---------------------
403 - Flow table modifications are now atomic, meaning that each packet
404 now sees a coherent version of the OpenFlow pipeline. For
405 example, if a controller removes all flows with a single OpenFlow
406 "flow_mod", no packet sees an intermediate version of the OpenFlow
407 pipeline where only some of the flows have been deleted.
408 - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
409 - Add bash command-line completion support for ovs-vsctl Please check
410 utilities/ovs-command-compgen.INSTALL.md for how to use.
411 - The MAC learning feature now includes per-port fairness to mitigate
412 MAC flooding attacks.
413 - New support for a "conjunctive match" OpenFlow extension, which
414 allows constructing OpenFlow matches of the form "field1 in
415 {a,b,c...} AND field2 in {d,e,f...}" and generalizations. For details,
416 see documentation for the "conjunction" action in ovs-ofctl(8).
417 - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
418 ovs-ofctl/ovsdb-tool commands. Please check
419 utilities/ovs-command-compgen.INSTALL.md for how to use.
420 - The "learn" action supports a new flag "delete_learned" that causes
421 the learned flows to be deleted when the flow with the "learn" action
422 is deleted.
423 - Basic support for the Geneve tunneling protocol. It is not yet
424 possible to generate or match options. This is planned for a future
425 release. The protocol is documented at
426 http://tools.ietf.org/html/draft-gross-geneve-00
427 - The OVS database now reports controller rate limiting statistics.
428 - sflow now exports information about LACP-based bonds, port names, and
429 OpenFlow port numbers, as well as datapath performance counters.
430 - ovs-dpctl functionality is now available for datapaths integrated
431 into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl
432 commands are now redundant and will be removed in a future
433 release. See ovs-vswitchd(8) for details.
434 - OpenFlow:
435 * OpenFlow 1.4 bundles are now supported for flow mods and port
436 mods. For flow mods, both 'atomic' and 'ordered' bundle flags
437 are trivially supported, as all bundled messages are executed
438 in the order they were added and all flow table modifications
439 are now atomic to the datapath. Port mods may not appear in
440 atomic bundles, as port status modifications are not atomic.
441 * IPv6 flow label and neighbor discovery fields are now modifiable.
442 * OpenFlow 1.5 extended registers are now supported.
443 * The OpenFlow 1.5 actset_output field is now supported.
444 * OpenFlow 1.5 Copy-Field action is now supported.
445 * OpenFlow 1.5 masked Set-Field action is now supported.
446 * OpenFlow 1.3+ table features requests are now supported (read-only).
447 * Nicira extension "move" actions may now be included in action sets.
448 * "resubmit" actions may now be included in action sets. The resubmit
449 is executed last, and only if the action set has no "output" or "group"
450 action.
451 * OpenFlow 1.4+ flow "importance" is now maintained in the flow table.
452 * A new Netronome extension to OpenFlow 1.5+ allows control over the
453 fields hashed for OpenFlow select groups. See "selection_method" and
454 related options in ovs-ofctl(8) for details.
455 - ovs-ofctl has a new '--bundle' option that makes the flow mod commands
456 ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows')
457 use an OpenFlow 1.4 bundle to operate the modifications as a single
458 atomic transaction. If any of the flow mods in a transaction fail, none
459 of them are executed. All flow mods in a bundle appear to datapath
460 lookups simultaneously.
461 - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow
462 mods as an input by allowing the flow specification to start with an
463 explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict'
464 keyword. A missing keyword is treated as 'add', so this is fully
465 backwards compatible. With the new '--bundle' option all the flow mods
466 are executed as a single atomic transaction using an OpenFlow 1.4 bundle.
467 - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
468 MD5 is no longer secure and some operating systems have started to disable
469 it in OpenSSL.
470 - ovsdb-server: New OVSDB protocol extension allows inequality tests on
471 "optional scalar" columns. See ovsdb-server(1) for details.
472 - ovs-vsctl now permits immutable columns in a new row to be modified in
473 the same transaction that creates the row.
474 - test-controller has been renamed ovs-testcontroller at request of users
475 who find it useful for testing basic OpenFlow setups. It is still not
476 a necessary or desirable part of most Open vSwitch deployments.
477 - Support for travis-ci.org based continuous integration builds has been
478 added. Build failures are reported to build@openvswitch.org. See INSTALL.md
479 file for additional details.
480 - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
481 The implementation has been tested successfully against the Ixia Automated
482 Network Validation Library (ANVL).
483 - Stats are no longer updated on fake bond interface.
484 - Keep active bond slave selection across OVS restart.
485 - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
486 containers. If and when there is a native integration of Open vSwitch
487 with Docker, the wrapper script will be retired.
488 - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
489 protocols. This is generic tunneling mechanism for userspace datapath.
490 - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)
491 - Support for Linux kernels up to 4.0.x
492 - The documentation now use the term 'destination' to mean one of syslog,
493 console or file for vlog logging instead of the previously used term
494 'facility'.
495 - Support for VXLAN Group Policy extension
496 - Initial support for the IETF Auto-Attach SPBM draft standard. This
497 contains rudimentary support for the LLDP protocol as needed for
498 Auto-Attach.
499 - The default OpenFlow and OVSDB ports are now the IANA-assigned
500 numbers. OpenFlow is 6653 and OVSDB is 6640.
501 - Support for DPDK vHost.
502 - Support for outer UDP checksums in Geneve and VXLAN.
503 - The kernel vports with dependencies are no longer part of the overall
504 openvswitch.ko but built and loaded automatically as individual kernel
505 modules (vport-*.ko).
506 - Support for STT tunneling.
507 - ovs-sim: New developer tool for simulating multiple OVS instances.
508 See ovs-sim(1) for more information.
509 - Support to configure method (--syslog-method argument) that determines
510 how daemons will talk with syslog.
511 - Support for "ovs-appctl vlog/list-pattern" command that lets to query
512 logging message format for each destination.
513
514
515 v2.3.0 - 14 Aug 2014
516 ---------------------
517 - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
518 ovs-vswitchd.
519 - Linux kernel datapath now has an exact match cache optimizing the
520 flow matching process.
521 - Datapath flows now have partially wildcarded tranport port field
522 matches. This reduces userspace upcalls, but increases the
523 number of different masks in the datapath. The kernel datapath
524 exact match cache removes the overhead of matching the incoming
525 packets with the larger number of masks, but when paired with an
526 older kernel module, some workloads may perform worse with the
527 new userspace.
528 - Compatibility with autoconf 2.63 (previously >=2.64)
529
530 v2.2.0 - Internal Release
531 ---------------------
532 - Internal ports are no longer brought up by default, because it
533 should be an administrator task to bring up devices as they are
534 configured properly.
535 - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
536 bridge.
537 - Port creation and configuration errors are now stored in a new error
538 column of the Interface table and included in 'ovs-vsctl show'.
539 - The "ovsdbmonitor" graphical tool has been removed, because it was
540 poorly maintained and not widely used.
541 - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
542 controllers against Open vSwitch. See INSTALL.md for details.
543 - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
544 - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
545 log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
546 instead.
547 - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
548 tunnel API for GRE and VXLAN.
549 - Added DPDK support.
550 - Added support for custom vlog patterns in Python
551
552
553 v2.1.0 - 19 Mar 2014
554 ---------------------
555 - Address prefix tracking support for flow tables. New columns
556 "prefixes" in OVS-DB table "Flow_Table" controls which packet
557 header fields are used for address prefix tracking. Prefix
558 tracking allows the classifier to skip rules with longer than
559 necessary prefixes, resulting in better wildcarding for datapath
560 flows. Default configuration is to not use any fields for prefix
561 tracking. However, if any flow tables contain both exact matches
562 and masked matches for IP address fields, OVS performance may be
563 increased by using this feature.
564 * As of now, the fields for which prefix lookup can be enabled
565 are: 'tun_id', 'tun_src', 'tun_dst', 'nw_src', 'nw_dst' (or
566 aliases 'ip_src' and 'ip_dst'), 'ipv6_src', and 'ipv6_dst'.
567 (Using this feature for 'tun_id' would only make sense if the
568 tunnel IDs have prefix structure similar to IP addresses.)
569 * There is a maximum number of fields that can be enabled for any
570 one flow table. Currently this limit is 3.
571 * Examples:
572 $ ovs-vsctl set Bridge br0 flow_tables:0=@N1 -- \
573 --id=@N1 create Flow_Table name=table0
574 $ ovs-vsctl set Bridge br0 flow_tables:1=@N1 -- \
575 --id=@N1 create Flow_Table name=table1
576 $ ovs-vsctl set Flow_Table table0 prefixes=ip_dst,ip_src
577 $ ovs-vsctl set Flow_Table table1 prefixes=[]
578 - TCP flags matching: OVS now supports matching of TCP flags. This
579 has an adverse performance impact when using OVS userspace 1.10
580 or older (no megaflows support) together with the new OVS kernel
581 module. It is recommended that the kernel and userspace modules
582 both are upgraded at the same time.
583 - The default OpenFlow and OVSDB ports will change to
584 IANA-assigned numbers in a future release. Consider updating
585 your installations to specify port numbers instead of using the
586 defaults.
587 - OpenFlow:
588 * The OpenFlow 1.1+ "Write-Actions" instruction is now supported.
589 * OVS limits the OpenFlow port numbers it assigns to port 32767 and
590 below, leaving port numbers above that range free for assignment
591 by the controller.
592 * ovs-vswitchd now honors changes to the "ofport_request" column
593 in the Interface table by changing the port's OpenFlow port
594 number.
595 * The Open vSwitch software switch now supports OpenFlow groups.
596 - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
597 diagram only if graphviz package was installed at the build time.
598 - Support for Linux kernels up to 3.11
599 - ovs-dpctl:
600 The "show" command also displays mega flow mask stats.
601 - ovs-ofctl:
602 * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
603 - ovs-controller has been renamed test-controller. It is no longer
604 packaged or installed by default, because too many users assumed
605 incorrectly that ovs-controller was a necessary or desirable part
606 of an Open vSwitch deployment.
607 - Added vlog option to export to a UDP syslog sink.
608 - ovsdb-client:
609 * The "monitor" command can now monitor all tables in a database,
610 instead of being limited to a single table.
611 - The flow-eviction-threshold has been replaced by the flow-limit which is a
612 hard limit on the number of flows in the datapath. It defaults to 200,000
613 flows. OVS automatically adjusts this number depending on network
614 conditions.
615 - Added IPv6 support for active and passive socket communications.
616
617
618 v2.0.0 - 15 Oct 2013
619 ---------------------
620 - The ovs-vswitchd process is no longer single-threaded. Multiple
621 threads are now used to handle flow set up and asynchronous
622 logging.
623 - OpenFlow:
624 * Experimental support for OpenFlow 1.1 (in addition to 1.2 and
625 1.3, which had experimental support in 1.10).
626 * Experimental protocol support for OpenFlow 1.1+ groups. This
627 does not yet include an implementation in the Open vSwitch
628 software switch.
629 * Experimental protocol support for OpenFlow 1.2+ meters. This
630 does not yet include an implementation in the Open vSwitch
631 software switch.
632 * New support for matching outer source and destination IP address
633 of tunneled packets, for tunnel ports configured with the newly
634 added "remote_ip=flow" and "local_ip=flow" options.
635 * Support for matching on metadata 'pkt_mark' for interacting with
636 other system components. On Linux this corresponds to the skb
637 mark.
638 * Support matching, rewriting SCTP ports
639 - The Interface table in the database has a new "ifindex" column to
640 report the interface's OS-assigned ifindex.
641 - New "check-oftest" Makefile target for running OFTest against Open
642 vSwitch. See README-OFTest for details.
643 - The flow eviction threshold has been moved to the Open_vSwitch table.
644 - Database names are now mandatory when specifying ovsdb-server options
645 through database paths (e.g. Private key option with the database name
646 should look like "--private-key=db:Open_vSwitch,SSL,private_key").
647 - Added ovs-dev.py, a utility script helpful for Open vSwitch developers.
648 - Support for Linux kernels up to 3.10
649 - ovs-ofctl:
650 * New "ofp-parse" for printing OpenFlow messages read from a file.
651 * New commands for OpenFlow 1.1+ groups.
652 - Added configurable flow caching support to IPFIX exporter.
653 - Dropped support for Linux pre-2.6.32.
654 - Log file timestamps and ovsdb commit timestamps are now reported
655 with millisecond resolution. (Previous versions only reported
656 whole seconds.)
657
658
659 v1.11.0 - 28 Aug 2013
660 ---------------------
661 - Support for megaflows, which allows wildcarding in the kernel (and
662 any dpif implementation that supports wildcards). Depending on
663 the flow table and switch configuration, flow set up rates are
664 close to the Linux bridge.
665 - The "tutorial" directory contains a new tutorial for some advanced
666 Open vSwitch features.
667 - Stable bond mode has been removed.
668 - The autopath action has been removed.
669 - New support for the data encapsulation format of the LISP tunnel
670 protocol (RFC 6830). An external control plane or manual flow
671 setup is required for EID-to-RLOC mapping.
672 - OpenFlow:
673 * The "dec_mpls_ttl" and "set_mpls_ttl" actions from OpenFlow
674 1.1 and later are now implemented.
675 * New "stack" extension for use in actions, to push and pop from
676 NXM fields.
677 * The "load" and "set_field" actions can now modify the "in_port". (This
678 allows one to enable output to a flow's input port by setting the
679 in_port to some unused value, such as OFPP_NONE.)
680 - ovs-dpctl:
681 * New debugging commands "add-flow", "mod-flow", "del-flow".
682 * "dump-flows" now has a -m option to increase output verbosity.
683 - In dpif-based bridges, cache action translations, which can improve
684 flow set up performance by 80% with a complicated flow table.
685 - New syslog format, prefixed with "ovs|", to be easier to filter.
686 - RHEL: Removes the default firewall rule that allowed GRE traffic to
687 pass through. Any users that relied on this automatic firewall hole
688 will have to manually configure it. The ovs-ctl(8) manpage documents
689 the "enable-protocol" command that can be used as an alternative.
690 - New CFM demand mode which uses data traffic to indicate interface
691 liveness.
692
693 v1.10.0 - 01 May 2013
694 ---------------------
695 - Bridge compatibility support has been removed. Any uses that
696 rely on ovs-brcompatd will have to stick with Open vSwitch 1.9.x
697 or adapt to native Open vSwitch support (e.g. use ovs-vsctl instead
698 of brctl).
699 - The maximum size of the MAC learning table is now configurable.
700 - With the Linux datapath, packets for new flows are now queued
701 separately on a per-port basis, so it should no longer be
702 possible for a large number of new flows arriving on one port to
703 prevent new flows from being processed on other ports.
704 - ovs-vsctl:
705 * Previously ovs-vsctl would retry connecting to the database forever,
706 causing it to hang if ovsdb-server was not running. Now, ovs-vsctl
707 only tries once by default (use --retry to try forever). This change
708 means that you may want to remove uses of --timeout to avoid hangs
709 in ovs-vsctl calls.
710 * Many "ovs-vsctl" database commands now accept an --if-exists option.
711 Please refer to the ovs-vsctl manpage for details.
712 - OpenFlow:
713 - Experimental support for newer versions of OpenFlow. See
714 the "What versions of OpenFlow does Open vSwitch support?"
715 question in the FAQ for more details.
716 - The OpenFlow "dp_desc" may now be configured by setting the
717 value of other-config:dp-desc in the Bridge table.
718 - It is possible to request the OpenFlow port number with the
719 "ofport_request" column in the Interface table.
720 - The NXM flow_removed message now reports the OpenFlow table ID
721 from which the flow was removed.
722 - Tunneling:
723 - New support for the VXLAN tunnel protocol (see the IETF draft here:
724 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03).
725 - Tunneling requires the version of the kernel module paired with
726 Open vSwitch 1.9.0 or later.
727 - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
728 is no longer supported.
729 - Path MTU discovery is no longer supported.
730 - CAPWAP tunneling support removed.
731 - Tunnels with multicast destination ports are no longer supported.
732 - ovs-dpctl:
733 - The "dump-flows" and "del-flows" no longer require an argument
734 if only one datapath exists.
735 - ovs-appctl:
736 - New "vlog/disable-rate-limit" and "vlog/enable-rate-limit"
737 commands available allow control over logging rate limits.
738 - New "dpif/dump-dps", "dpif/show", and "dpif/dump-flows" command
739 that mimic the equivalent ovs-dpctl commands.
740 - The ofproto library is now responsible for assigning OpenFlow port
741 numbers. An ofproto implementation should assign them when
742 port_construct() is called.
743 - All dpif-based bridges of a particular type share a common
744 datapath called "ovs-<type>", e.g. "ovs-system". The ovs-dpctl
745 commands will now return information on that shared datapath. To
746 get the equivalent bridge-specific information, use the new
747 "ovs-appctl dpif/*" commands.
748 - Backward-incompatible changes:
749 - Earlier Open vSwitch versions treated ANY as a wildcard in flow
750 syntax. OpenFlow 1.1 adds a port named ANY, which introduces a
751 conflict. ANY was rarely used in flow syntax, so we chose to
752 retire that meaning of ANY in favor of the OpenFlow 1.1 meaning.
753 - Patch ports no longer require kernel support, so they now work
754 with FreeBSD and the kernel module built into Linux 3.3 and later.
755 - New "sample" action.
756
757
758 v1.9.0 - 26 Feb 2013
759 ------------------------
760 - Datapath:
761 - Support for ipv6 set action.
762 - SKB mark matching and setting.
763 - support for Linux kernels up to 3.8
764 - FreeBSD is now a supported platform, thanks to code contributions from
765 Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
766 - ovs-bugtool: New --ovs option to report only OVS related information.
767 - New %t and %T log escapes to identify the subprogram within a
768 cooperating group of processes or threads that emitted a log message.
769 The default log patterns now include this information.
770 - OpenFlow:
771 - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
772 fields in IPv6 neighbor discovery messages, and IPv6 flow label.
773 - Adds support for writing to the metadata field for a flow.
774 - Tunneling:
775 - The tunneling code no longer assumes input and output keys are
776 symmetric. If they are not, PMTUD needs to be disabled for
777 tunneling to work. Note this only applies to flow-based keys.
778 - New support for a nonstandard form of GRE that supports a 64-bit key.
779 - Tunnel Path MTU Discovery default value was set to 'disabled'.
780 This feature is deprecated and will be removed soon.
781 - Tunnel header caching removed.
782 - ovs-ofctl:
783 - Commands and actions that accept port numbers now also accept keywords
784 that represent those ports (such as LOCAL, NONE, and ALL). This is
785 also the recommended way to specify these ports, for compatibility
786 with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
787 for these ports for different purposes).
788 - ovs-dpctl:
789 - Support requesting the port number with the "port_no" option in
790 the "add-if" command.
791 - ovs-pki: The "online PKI" features have been removed, along with
792 the ovs-pki-cgi program that facilitated it, because of some
793 alarmist insecurity claims. We do not believe that these claims
794 are true, but because we do not know of any users for this
795 feature it seems better on balance to remove it. (The ovs-pki-cgi
796 program was not included in distribution packaging.)
797 - ovsdb-server now enforces the immutability of immutable columns. This
798 was not enforced in earlier versions due to an oversight.
799 - The following features are now deprecated. They will be removed no
800 earlier than February 2013. Please email dev@openvswitch.org with
801 concerns.
802 - Bridge compatibility.
803 - Stable bond mode.
804 - The autopath action.
805 - Interface type "null".
806 - Numeric values for reserved ports (see "ovs-ofctl" note above).
807 - Tunnel Path MTU Discovery.
808 - CAPWAP tunnel support.
809 - The data in the RARP packets can now be matched in the same way as the
810 data in ARP packets.
811
812
813 v1.8.0 - 26 Feb 2013
814 ------------------------
815 *** Internal only release ***
816 - New FAQ. Please send updates and additions!
817 - Authors of controllers, please read the new section titled "Action
818 Reproduction" in DESIGN, which describes an Open vSwitch change in
819 behavior in corner cases that may affect some controllers.
820 - ovs-l3ping:
821 - A new test utility that can create L3 tunnel between two Open
822 vSwitches and detect connectivity issues.
823 - ovs-ofctl:
824 - New --sort and --rsort options for "dump-flows" command.
825 - "mod-port" command can now control all OpenFlow config flags.
826 - OpenFlow:
827 - Allow general bitwise masking for IPv4 and IPv6 addresses in
828 IPv4, IPv6, and ARP packets. (Previously, only CIDR masks
829 were allowed.)
830 - Allow support for arbitrary Ethernet masks. (Previously, only
831 the multicast bit in the destination address could be individually
832 masked.)
833 - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
834 - The OFPST_QUEUE request now reports an error if a specified port or
835 queue does not exist, or for requests for a specific queue on all
836 ports, if the specified queue does not exist on any port. (Previous
837 versions generally reported an empty set of results.)
838 - New "flow monitor" feature to allow controllers to be notified of
839 flow table changes as they happen.
840 - Additional protocols are not mirrored and dropped when forward-bpdu is
841 false. For a full list, see the ovs-vswitchd.conf.db man page.
842 - Open vSwitch now sends RARP packets in situations where it previously
843 sent a custom protocol, making it consistent with behavior of QEMU and
844 VMware.
845 - All Open vSwitch programs and log files now show timestamps in UTC,
846 instead the local timezone, by default.
847
848
849 v1.7.0 - 30 Jul 2012
850 ------------------------
851 - kernel modules are renamed. openvswitch_mod.ko is now
852 openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
853 - Increased the number of NXM registers to 8.
854 - Added ability to configure DSCP setting for manager and controller
855 connections. By default, these connections have a DSCP value of
856 Internetwork Control (0xc0).
857 - Added the granular link health statistics, 'cfm_health', to an
858 interface.
859 - OpenFlow:
860 - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
861 - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
862 multipart messages.
863 - ovs-ofctl:
864 - Added the "dump-ports-desc" command to retrieve port
865 information using the new port description multipart messages.
866 - ovs-test:
867 - Added support for spawning ovs-test server from the client.
868 - Now ovs-test is able to automatically create test bridges and ports.
869 - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
870 - Tripled flow setup performance.
871 - The "coverage/log" command previously available through ovs-appctl
872 has been replaced by "coverage/show". The new command replies with
873 coverage counter values, instead of logging them.
874
875
876 v1.6.1 - 25 Jun 2012
877 ------------------------
878 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
879
880
881 v1.6.0 - 24 Feb 2012
882 ------------------------
883 *** Internal only release ***
884 - bonding
885 - LACP bonds no longer fall back to balance-slb when negotiations fail.
886 Instead they drop traffic.
887 - The default bond_mode changed from SLB to active-backup, to protect
888 unsuspecting users from the significant risks of SLB bonds (which are
889 documented in vswitchd/INTERNALS).
890 - Load balancing can be disabled by setting the bond-rebalance-interval
891 to zero.
892 - OpenFlow:
893 - Added support for bitwise matching on TCP and UDP ports.
894 See ovs-ofctl(8) for more information.
895 - NXM flow dumps now include times elapsed toward idle and hard
896 timeouts.
897 - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
898 controllers more precise control over which OpenFlow messages they
899 receive asynchronously.
900 - New "fin_timeout" action.
901 - Added "fin_timeout" support to "learn" action.
902 - New Nicira action NXAST_CONTROLLER that offers additional features
903 over output to OFPP_CONTROLLER.
904 - When QoS settings for an interface do not configure a default queue
905 (queue 0), Open vSwitch now uses a default configuration for that
906 queue, instead of dropping all packets as in previous versions.
907 - Logging:
908 - Logging to console and file will have UTC timestamp as a default for
909 all the daemons. An example of the default format is
910 2012-01-27T16:35:17Z. ovs-appctl can be used to change the default
911 format as before.
912 - The syntax of commands and options to set log levels was simplified,
913 to make it easier to remember.
914 - New support for limiting the number of flows in an OpenFlow flow
915 table, with configurable policy for evicting flows upon
916 overflow. See the Flow_Table table in ovs-vswitch.conf.db(5)
917 for more information.
918 - New "enable-async-messages" column in the Controller table. If set to
919 false, OpenFlow connections to the controller will initially have all
920 asynchronous messages disabled, overriding normal OpenFlow behavior.
921 - ofproto-provider interface:
922 - "struct rule" has a new member "used" that ofproto implementations
923 should maintain by updating with ofproto_rule_update_used().
924 - ovsdb-client:
925 - The new option --timestamp causes the "monitor" command to print
926 a timestamp with every update.
927 - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
928
929
930 v1.5.0 - 01 Jun 2012
931 ------------------------
932 - OpenFlow:
933 - Added support for querying, modifying, and deleting flows
934 based on flow cookie when using NXM.
935 - Added new NXM_PACKET_IN format.
936 - Added new NXAST_DEC_TTL action.
937 - ovs-ofctl:
938 - Added daemonization support to the monitor and snoop commands.
939 - ovs-vsctl:
940 - The "find" command supports new set relational operators
941 {=}, {!=}, {<}, {>}, {<=}, and {>=}.
942 - ovsdb-tool now uses the typical database and schema installation
943 directories as defaults.
944 - The default MAC learning timeout has been increased from 60 seconds
945 to 300 seconds. The MAC learning timeout is now configurable.
946
947
948 v1.4.0 - 30 Jan 2012
949 ------------------------
950 - Compatible with Open vSwitch kernel module included in Linux 3.3.
951 - New "VLAN splinters" feature to work around buggy device drivers
952 in old Linux versions. (This feature is deprecated. When
953 broken device drivers are no longer in widespread use, we will
954 delete this feature.) See ovs-vswitchd.conf.db(5) for more
955 information.
956 - OpenFlow:
957 - Added ability to match on IPv6 flow label through NXM.
958 - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
959 - Added ability to match on TTL in IPv4 and IPv6 through NXM.
960 - Added ability to modify ECN bits in IPv4.
961 - Added ability to modify TTL in IPv4.
962 - ovs-vswitchd:
963 - Don't require the "normal" action to use mirrors. Traffic will
964 now be properly mirrored for any flows, regardless of their
965 actions.
966 - Track packet and byte statistics sent on mirrors.
967 - The sFlow implementation can now usually infer the correct agent
968 device instead of having to be told explicitly.
969 - ovs-appctl:
970 - New "fdb/flush" command to flush bridge's MAC learning table.
971 - ovs-test:
972 - A new distributed testing tool that allows one to diagnose performance
973 and connectivity issues. This tool currently is not included in RH or
974 Xen packages.
975 - RHEL packaging now supports integration with Red Hat network scripts.
976 - bonding:
977 - Post 1.4.*, OVS will be changing the default bond mode from balance-slb
978 to active-backup. SLB bonds carry significant risks with them
979 (documented vswitchd/INTERNALS) which we want to prevent unsuspecting
980 users from running into. Users are advised to update any scripts or
981 configuration which may be negatively impacted by explicitly setting
982 the bond mode which they want to use.
983
984
985 v1.3.0 - 09 Dec 2011
986 ------------------------
987 - OpenFlow:
988 - Added an OpenFlow extension which allows the "output" action to accept
989 NXM fields.
990 - Added an OpenFlow extension for flexible learning.
991 - Bumped number of NXM registers from four to five.
992 - ovs-appctl:
993 - New "version" command to determine version of running daemon.
994 - If no argument is provided for "cfm/show", displays detailed
995 information about all interfaces with CFM enabled.
996 - If no argument is provided for "lacp/show", displays detailed
997 information about all ports with LACP enabled.
998 - ovs-dpctl:
999 - New "set-if" command to modify a datapath port's configuration.
1000 - ovs-vswitchd:
1001 - The software switch now supports 255 OpenFlow tables, instead
1002 of just one. By default, only table 0 is consulted, but the
1003 new NXAST_RESUBMIT_TABLE action can look up in additional
1004 tables. Tables 128 and above are reserved for use by the
1005 switch itself; please use only tables 0 through 127.
1006 - Add support for 802.1D spanning tree (STP).
1007 - Fragment handling extensions:
1008 - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
1009 fields are made available for matching in fragments with
1010 offset 0.
1011 - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
1012 via "ip_frag" in ovs-ofctl).
1013 - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
1014 fragment handling policy.
1015 - CAPWAP tunneling now supports an extension to transport a 64-bit key.
1016 By default it remains compatible with the old version and other
1017 standards-based implementations.
1018 - Flow setups are now processed in a round-robin manner across ports
1019 to prevent any single client from monopolizing the CPU and conducting
1020 a denial of service attack.
1021 - Added support for native VLAN tagging. A new "vlan_mode"
1022 parameter can be set for "port". Possible values: "access",
1023 "trunk", "native-tagged" and "native-untagged".
1024 - test-openflowd has been removed. Please use ovs-vswitchd instead.
1025
1026 v1.2.0 - 03 Aug 2011
1027 ------------------------
1028 - New "ofproto" abstraction layer to ease porting to hardware
1029 switching ASICs.
1030 - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
1031 - Datapath support for Linux kernels up to 3.0.
1032 - OpenFlow:
1033 - New "bundle" and "bundle_load" action extensions.
1034 - Database:
1035 - Implement table unique constraints.
1036 - Support cooperative locking between callers.
1037 - ovs-dpctl:
1038 - New "-s" option for "show" command prints packet and byte
1039 counters for each port.
1040 - ovs-ofctl:
1041 - New "--readd" option for "replace-flows".
1042 - ovs-vsctl:
1043 - New "show" command to print an overview of configuration.
1044 - New "comment" command to add remark that explains intentions.
1045 - ovs-brcompatd has been rewritten to fix long-standing bugs.
1046 - ovs-openflowd has been renamed test-openflowd and moved into the
1047 tests directory. Its presence confused too many users. Please
1048 use ovs-vswitchd instead.
1049 - New ovs-benchmark utility to test flow setup performance.
1050 - A new log level "off" has been added. Configuring a log facility
1051 "off" prevents any messages from being logged to it. Previously,
1052 "emer" was effectively "off" because no messages were ever logged at
1053 level "emer". Now, errors that cause a process to exit are logged
1054 at "emer" level.
1055 - "configure" option --with-l26 has been renamed --with-linux, and
1056 --with-l26-source has been renamed --with-linux-source. The old
1057 names will be removed after the next release, so please update
1058 your scripts.
1059 - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
1060 datapath/linux-2.6/compat-2.6 directories.
1061 - Feature removals:
1062 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
1063 Please use the extensible match extensions instead.
1064 - Removed the Maintenance_Point and Monitor tables in an effort
1065 to simplify 802.1ag configuration.
1066 - Performance and scalability improvements
1067 - Bug fixes
1068
1069 v1.1.0 - 05 Apr 2011
1070 ------------------------
1071 - Ability to define policies over IPv6
1072 - LACP
1073 - 802.1ag CCM
1074 - Support for extensible match extensions to OpenFlow
1075 - QoS:
1076 - Support for HFSC qdisc.
1077 - Queue used by in-band control can now be configured.
1078 - Kernel:
1079 - Kernel<->userspace interface has been reworked and should be
1080 close to a stable ABI now.
1081 - "Port group" concept has been dropped.
1082 - GRE over IPSEC tunnels
1083 - Bonding:
1084 - New active backup bonding mode.
1085 - New L4 hashing support when LACP is enabled.
1086 - Source MAC hash now includes VLAN field also.
1087 - miimon support.
1088 - Greatly improved handling of large flow tables
1089 - ovs-dpctl:
1090 - "show" command now prints full vport configuration.
1091 - "dump-groups" command removed since kernel support for
1092 port groups was dropped.
1093 - ovs-vsctl:
1094 - New commands for working with the new Managers table.
1095 - "list" command enhanced with new formatting options and --columns
1096 option.
1097 - "get" command now accepts new --id option.
1098 - New "find" command.
1099 - ovs-ofctl:
1100 - New "queue-stats" command for printing queue stats.
1101 - New commands "replace-flows" and "diff-flows".
1102 - Commands to add and remove flows can now read from files.
1103 - New --flow-format option to enable or disable NXM.
1104 - New --more option to increase OpenFlow message verbosity.
1105 - Removed "tun-cookie" command, which is no longer useful.
1106 - ovs-controller enhancements for testing various features.
1107 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
1108 bugs. New ovs-vlan-bug-workaround command for enabling and
1109 disabling a workaround for these driver bugs.
1110 - OpenFlow support:
1111 - "Resubmit" actions now update flow statistics.
1112 - New "register" extension for use in matching and actions, via NXM.
1113 - New "multipath" experimental action extension.
1114 - New support for matching multicast Ethernet frames, via NXM.
1115 - New extension for OpenFlow vendor error codes.
1116 - New extension to set the QoS output queue without actually
1117 sending to an output port.
1118 - Open vSwitch now reports a single flow table, instead of
1119 separate hash and wildcard tables. This better models the
1120 current implementation.
1121 - New experimental "note" action.
1122 - New "ofproto/trace" ovs-appctl command and associated utilities
1123 to ease debugging complex flow tables.
1124 - Database:
1125 - Schema documentation now includes an entity-relationship diagram.
1126 - The database is now garbage collected. In most tables,
1127 unreferenced rows will be deleted automatically.
1128 - Many tables now include statistics updated periodically by
1129 ovs-vswitchd or ovsdb-server.
1130 - Every table now has an "external-ids" column for use by OVS
1131 integrators.
1132 - There is no default controller anymore. Each bridge must have its
1133 controller individually specified.
1134 - The "fail-mode" is now a property of a Bridge instead of a Controller.
1135 - New versioning and checksum features.
1136 - New Managers table and manager_options column in Open_vSwitch table
1137 for specifying managers. The old "managers" column in the
1138 Open_vSwitch table has been removed.
1139 - Many "name" columns are now immutable.
1140 - Feature removals:
1141 - Dropped support for XenServer pre-5.6.100.
1142 - Dropped support for Linux pre-2.6.18.
1143 - Dropped controller discovery support.
1144 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
1145 Statistics reporting in the database is a rough equivalent.
1146 - Dropped the "corekeeper" package (now separate, at
1147 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
1148 - Performance and scalability improvements
1149 - Bug fixes
1150
1151 v1.1.0pre2 - 13 Sep 2010
1152 ------------------------
1153 - Bug fixes
1154
1155 v1.1.0pre1 - 31 Aug 2010
1156 ------------------------
1157 - OpenFlow 1.0 slicing (QoS) functionality
1158 - Python bindings for configuration database (no write support)
1159 - Performance and scalability improvements
1160 - Bug fixes
1161
1162 v1.0.1 - 31 May 2010
1163 --------------------
1164 - New "patch" interface type
1165 - Bug fixes
1166
1167 v1.0.0 - 15 May 2010
1168 --------------------
1169 - Configuration database with remote management
1170 - OpenFlow 1.0
1171 - GRE tunneling
1172 - Support for XenServer 5.5 and 5.6
1173 - Performance and scalability improvements
1174 - Bug fixes
1175
1176 v0.99.2 - 18 Feb 2010
1177 ---------------------
1178 - Bug fixes
1179
1180 v0.99.1 - 25 Jan 2010
1181 ---------------------
1182 - Add support for sFlow(R)
1183 - Make headers compatible with C++
1184 - Bug fixes
1185
1186 v0.99.0 - 14 Jan 2010
1187 ---------------------
1188 - User-space forwarding engine
1189 - Bug fixes
1190
1191 v0.90.7 - 29 Nov 2009
1192 ---------------------
1193 - Add support for NetFlow active timeouts
1194 - Bug fixes
1195
1196 v0.90.6 - 6 Oct 2009
1197 --------------------
1198 - Bug fixes
1199
1200 v0.90.5 - 21 Sep 2009
1201 ---------------------
1202 - Generalize in-band control to more diverse network setups
1203 - Bug fixes