]> git.proxmox.com Git - ovs.git/blame - debian/changelog
Install manpages correctly.
[ovs.git] / debian / changelog
CommitLineData
0e43db78
TG
1openvswitch (2.8.1+dfsg1-1) experimental; urgency=medium
2
3 * New upstream release.
4 * Ran wrap-and-sort -bast.
5 * Add libopenvswitch and libopenvswitch-dev.
6 * Updated VCS URLs.
7 * Switched to debhelper 10.
8 * Added openstack-pkg-tools as build-depends.
9 * Standards-Version is now 4.1.1.
10 * Added dh-python as build-depends.
11 * Added 2 debian/*.service files.
12 * Added Python 3 support.
13 * Added debian/README.source explaining why we're marking the version as
14 +dfsg1 (ie: because we remove the upstream debian folder).
57e17e41 15 * Removed patches.
d6e0f540 16 * Patch upstream Makefile.am to not include debian/automake.mk.
8e215a7b
TG
17 * Remove openvswitch-test package.
18 * Simplify packaging by installing all binaries in openvswitch-common.
b3273673 19 * Removed build-depends on dh-autoreconf, satisfied by debhelper >= 10.
3946bc31 20 * Fixed build-depends on automake.
d0872072 21 * Fixed runtime depends on openvswitch-common in openvswitch-pki.
103b3e1a 22 * Removed openvswitch-test package, now provided by openvswitch-common.
08fc3a3d 23 * Switch debian/copyright to parsable format.
2e149089 24 * Add export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow in debian/rules.
449a1f3e 25 * Removed ovn-docker package, now provided by openvswitch-common.
9824b7b1 26 * Manually correctly installs ovs-vsctl-bashcomp.bash.
0e43db78
TG
27
28 -- Thomas Goirand <zigo@debian.org> Fri, 20 Oct 2017 22:06:41 +0200
29
30openvswitch (2.6.2~pre+git20161223-3) unstable; urgency=medium
31
32 * Avoid installing ovs-vswitchd.conf.db.5 manpage into directory for
33 language "db". Closes: #850631. Thanks to Michael Stapelberg
34 <stapelberg@debian.org> for reporting this bug.
35
36 -- Ben Pfaff <pfaffben@debian.org> Mon, 09 Jan 2017 14:46:48 -0800
37
38openvswitch (2.6.2~pre+git20161223-2) unstable; urgency=medium
39
40 * Apply upstream patches:
41 - c8ad60e debian: Also restrict ovn-docker package to Linux.
42 - 90c25ef tests: Fix race in "ovn -- vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS".
43 - 6fe9954 rconn: Avoid abort for ill-behaved remote.
44 * Builds fine with OpenSSL 1.1. Closes: #828478.
45 * Upstream bug fixes from this and previous upload fix endianness issues.
46 Closes: #840770.
47
48 -- Ben Pfaff <pfaffben@debian.org> Fri, 23 Dec 2016 16:35:11 -0800
49
50openvswitch (2.6.2~pre+git20161223-1) unstable; urgency=medium
51
52 * Bug fixes from upstream Git repository.
53 * Fix arch-independent build. Thanks to Santiago Vila <sanvila@unex.es>
54 and nickcooper-zhangtonghao <nic@opencloud.tech> for the fix. Closes:
55 #831924.
56
57 -- Ben Pfaff <pfaffben@debian.org> Fri, 23 Dec 2016 09:43:56 -0800
58
59openvswitch (2.6.1+git20161123-1) unstable; urgency=medium
60
61 * New snapshot from the upstream Git repository.
62
63 -- Ben Pfaff <pfaffben@debian.org> Wed, 23 Nov 2016 15:19:43 -0800
64
65openvswitch (2.6.1-1) unstable; urgency=low
66 [ Open vSwitch team ]
67 * New upstream version
68 - Fedora packaging:
69 * A package upgrade does not automatically restart OVS service.
70 - Bug fixes
71
72 -- Open vSwitch team <dev@openvswitch.org> Tue, 01 Nov 2016 15:40:17 -0700
73
74openvswitch (2.6.0-1) unstable; urgency=low
75 [ Open vSwitch team ]
76 * New upstream version
77 - First supported release of OVN. See ovn-architecture(7) for more
78 details.
79 - ovsdb-server:
80 * New "monitor_cond" "monitor_cond_update" and "update2" extensions to
81 RFC 7047.
82 - OpenFlow:
83 * OpenFlow 1.3+ bundles are now supported for group mods as well as
84 flow mods and port mods. Both 'atomic' and 'ordered' bundle
85 flags are supported for group mods as well as flow mods.
86 * OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY.
87 * OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
88 * OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported.
89 * New property-based packet-in message format NXT_PACKET_IN2 with support
90 for arbitrary user-provided data and for serializing flow table
91 traversal into a continuation for later resumption.
92 * New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like
93 control over asynchronous messages in earlier versions of OpenFlow.
94 * OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is
95 now implemented. Only flow mod and port mod messages are supported
96 in bundles.
97 * New OpenFlow extension NXM_NX_MPLS_TTL to provide access to MPLS TTL.
98 * New output option, output(port=N,max_len=M), to allow truncating a
99 packet to size M bytes when outputting to port N.
100 * New command OFPGC_ADD_OR_MOD for OFPT_GROUP_MOD message that adds a
101 new group or modifies an existing groups
102 * The optional OpenFlow packet buffering feature is deprecated in
103 this release, and will be removed in the next OVS release
104 (2.7). After the change OVS always sends the 'buffer_id' as
105 0xffffffff in packet-in messages and will send an error
106 response if any other value of this field is included in
107 packet-out and flow mod sent by a controller. Controllers are
108 already expected to work properly in cases where the switch can
109 not buffer packets, so this change should not affect existing
110 users.
111 * New OpenFlow extension NXT_CT_FLUSH_ZONE to flush conntrack zones.
112 - Improved OpenFlow version compatibility for actions:
113 * New OpenFlow extension to support the "group" action in OpenFlow 1.0.
114 * OpenFlow 1.0 "enqueue" action now properly translated to OpenFlow 1.1+.
115 * OpenFlow 1.1 "mod_nw_ecn" and OpenFlow 1.1+ "mod_nw_ttl" actions now
116 properly translated to OpenFlow 1.0.
117 - ovs-ofctl:
118 * queue-get-config command now allows a queue ID to be specified.
119 * '--bundle' option can now be used with OpenFlow 1.3 and with group mods.
120 * New "bundle" command allows executing a mixture of flow and group mods
121 as a single atomic transaction.
122 * New option "--color" to produce colorized output for some commands.
123 * New option '--may-create' to use OFPGC_ADD_OR_MOD in mod-group command.
124 - IPFIX:
125 * New "sampling_port" option for "sample" action to allow sampling
126 ingress and egress tunnel metadata with IPFIX.
127 * New ovs-ofctl commands "dump-ipfix-bridge" and "dump-ipfix-flow" to
128 dump bridge IPFIX statistics and flow based IPFIX statistics.
129 * New setting other-config:virtual_obs_id to add an arbitrary string
130 to IPFIX records.
131 - Linux:
132 * New QoS type "linux-noop" that prevents Open vSwitch from trying to
133 manage QoS for a given port (useful when other software manages QoS).
134 - DPDK:
135 * New option "n_rxq" for PMD interfaces.
136 Old 'other_config:n-dpdk-rxqs' is no longer supported.
137 Not supported by vHost interfaces. For them number of rx and tx queues
138 is applied from connected virtio device.
139 * New 'other_config:pmd-rxq-affinity' field for PMD interfaces, that
140 allows to pin port's rx queues to desired cores.
141 * New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq
142 assignment.
143 * Type of log messages from PMD threads changed from INFO to DBG.
144 * QoS functionality with sample egress-policer implementation.
145 * The mechanism for configuring DPDK has changed to use database
146 * Sensible defaults have been introduced for many of the required
147 configuration options
148 * DB entries have been added for many of the DPDK EAL command line
149 arguments. Additional arguments can be passed via the dpdk-extra
150 entry.
151 * Add ingress policing functionality.
152 * PMD threads servicing vHost User ports can now come from the NUMA
153 node that device memory is located on if CONFIG_RTE_LIBRTE_VHOST_NUMA
154 is enabled in DPDK.
155 * Basic connection tracking for the userspace datapath (no ALG,
156 fragmentation or NAT support yet)
157 * Support for DPDK 16.07
158 * Optional support for DPDK pdump enabled.
159 * Jumbo frame support
160 * Remove dpdkvhostcuse port type.
161 * OVS client mode for vHost and vHost reconnect (Requires QEMU 2.7)
162 - Increase number of registers to 16.
163 - ovs-benchmark: This utility has been removed due to lack of use and
164 bitrot.
165 - ovs-appctl:
166 * New "vlog/close" command.
167 - ovs-ctl:
168 * Added the ability to selectively start the forwarding and database
169 functions (ovs-vswitchd and ovsdb-server, respectively).
170 - ovsdb-server:
171 * Remove max number of sessions limit, to enable connection scaling
172 testing.
173 - python:
174 * Added support for Python 3.4+ in addition to existing support
175 for 2.7+.
176 - SELinux:
177 * Introduced SELinux policy package.
178 - Datapath Linux kernel compatibility.
179 * Dropped support for kernel older than 3.10.
180 * Removed VLAN splinters feature.
181 * Support for truncate action.
182 * Datapath supports kernel upto 4.6.
183 - Tunnels:
184 * Flow based tunnel match and action can be used for IPv6 address using
185 tun_ipv6_src, tun_ipv6_dst fields.
186 * Added support for IPv6 tunnels, for details checkout FAQ.
187 * Deprecated support for IPsec tunnels ports.
188 - A wrapper script, 'ovs-tcpdump', to easily port-mirror an OVS port and
189 watch with tcpdump
190 - Introduce --no-self-confinement flag that allows daemons to work with
191 sockets outside their run directory.
192 - ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because
193 SHA-1 is no longer secure and some operating systems have started to
194 disable it in OpenSSL.
195 - Add 'mtu_request' column to the Interface table. It can be used to
196 configure the MTU of non-internal ports.
197
198 -- Open vSwitch team <dev@openvswitch.org> Tue, 27 Sep 2016 10:13:47 -0700
199
200openvswitch (2.5.1~pre+git20160626-2) unstable; urgency=medium
201
202 * debian/control: Change build dependency from python-twisted-conch to
203 python-twisted, for two reasons. First, the former is just a
204 documentation package and is going to be removed. Second, the former
205 depends on python-crypto, which according to buildd.debian.org is
206 uninstallable except on i386 due to a long chain of dependencies.
207
208 -- Ben Pfaff <pfaffben@debian.org> Fri, 01 Jul 2016 15:05:32 -0700
209
210openvswitch (2.5.1~pre+git20160626-1) unstable; urgency=low
211
212 * New upstream release.
213
214 -- Ben Pfaff <pfaffben@debian.org> Sun, 26 Jun 2016 15:13:56 -0700
215
216openvswitch (2.5.0-1) unstable; urgency=low
217 [ Open vSwitch team ]
218 * New upstream version
219 - Dropped support for Python older than version 2.7. As a consequence,
220 using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
221 have Python 2.4) requires first installing Python 2.7.
222 - OpenFlow:
223 * Group chaining (where one OpenFlow group triggers another) is
224 now supported.
225 * OpenFlow 1.4+ "importance" is now considered for flow eviction.
226 * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
227 * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented.
228 * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
229 * Allow modifying the ICMPv4/ICMPv6 type and code fields.
230 * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are
231 now implemented.
232 - ovs-ofctl:
233 * New "out_group" keyword for OpenFlow 1.1+ matching on output group.
234 - Tunnels:
235 * Geneve tunnels can now match and set options and the OAM bit.
236 * The nonstandard GRE64 tunnel extension has been dropped.
237 - Support Multicast Listener Discovery (MLDv1 and MLDv2).
238 - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
239 - sFlow agent now reports tunnel and MPLS structures.
240 - New 'check-system-userspace', 'check-kmod' and 'check-kernel' Makefile
241 targets to run a new system testsuite. These tests can be run inside
242 a Vagrant box. See INSTALL.md for details
243 - Mark --syslog-target argument as deprecated. It will be removed in
244 the next OVS release.
245 - Added --user option to all daemons
246 - Add support for connection tracking through the new "ct" action
247 and "ct_state"/"ct_zone"/"ct_mark"/"ct_label" match fields. Only
248 available on Linux kernels with the connection tracking module loaded.
249 - Add experimental version of OVN. OVN, the Open Virtual Network, is a
250 system to support virtual network abstraction. OVN complements the
251 existing capabilities of OVS to add native support for virtual network
252 abstractions, such as virtual L2 and L3 overlays and security groups.
253 - RHEL packaging:
254 * DPDK ports may now be created via network scripts (see README.RHEL).
255 - DPDK:
256 * Requires DPDK 2.2
257 * Added multiqueue support to vhost-user
258 * Note: QEMU 2.5+ required for multiqueue support
259 - SELinux:
260 * Introduced SELinux policy package.
261
262 -- Open vSwitch team <dev@openvswitch.org> Fri, 26 Feb 2016 17:23:21 -0700
263
264openvswitch (2.4.0-1) unstable; urgency=low
265 [ Open vSwitch team ]
266 * New upstream version
267 - Flow table modifications are now atomic, meaning that each packet
268 now sees a coherent version of the OpenFlow pipeline. For
269 example, if a controller removes all flows with a single OpenFlow
270 "flow_mod", no packet sees an intermediate version of the OpenFlow
271 pipeline where only some of the flows have been deleted.
272 - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
273 - Add bash command-line completion support for ovs-vsctl Please check
274 utilities/ovs-command-compgen.INSTALL.md for how to use.
275 - The MAC learning feature now includes per-port fairness to mitigate
276 MAC flooding attacks.
277 - New support for a "conjunctive match" OpenFlow extension, which
278 allows constructing OpenFlow matches of the form "field1 in
279 {a,b,c...} AND field2 in {d,e,f...}" and generalizations. For details,
280 see documentation for the "conjunction" action in ovs-ofctl(8).
281 - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
282 ovs-ofctl/ovsdb-tool commands. Please check
283 utilities/ovs-command-compgen.INSTALL.md for how to use.
284 - The "learn" action supports a new flag "delete_learned" that causes
285 the learned flows to be deleted when the flow with the "learn" action
286 is deleted.
287 - Basic support for the Geneve tunneling protocol. It is not yet
288 possible to generate or match options. This is planned for a future
289 release. The protocol is documented at
290 http://tools.ietf.org/html/draft-gross-geneve-00
291 - The OVS database now reports controller rate limiting statistics.
292 - sflow now exports information about LACP-based bonds, port names, and
293 OpenFlow port numbers, as well as datapath performance counters.
294 - ovs-dpctl functionality is now available for datapaths integrated
295 into ovs-vswitchd, via ovs-appctl. Some existing ovs-appctl
296 commands are now redundant and will be removed in a future
297 release. See ovs-vswitchd(8) for details.
298 - OpenFlow:
299 * OpenFlow 1.4 bundles are now supported for flow mods and port
300 mods. For flow mods, both 'atomic' and 'ordered' bundle flags
301 are trivially supported, as all bundled messages are executed
302 in the order they were added and all flow table modifications
303 are now atomic to the datapath. Port mods may not appear in
304 atomic bundles, as port status modifications are not atomic.
305 * IPv6 flow label and neighbor discovery fields are now modifiable.
306 * OpenFlow 1.5 extended registers are now supported.
307 * The OpenFlow 1.5 actset_output field is now supported.
308 * OpenFlow 1.5 Copy-Field action is now supported.
309 * OpenFlow 1.5 masked Set-Field action is now supported.
310 * OpenFlow 1.3+ table features requests are now supported (read-only).
311 * Nicira extension "move" actions may now be included in action sets.
312 * "resubmit" actions may now be included in action sets. The resubmit
313 is executed last, and only if the action set has no "output" or "group"
314 action.
315 * OpenFlow 1.4+ flow "importance" is now maintained in the flow table.
316 * A new Netronome extension to OpenFlow 1.5+ allows control over the
317 fields hashed for OpenFlow select groups. See "selection_method" and
318 related options in ovs-ofctl(8) for details.
319 - ovs-ofctl has a new '--bundle' option that makes the flow mod commands
320 ('add-flow', 'add-flows', 'mod-flows', 'del-flows', and 'replace-flows')
321 use an OpenFlow 1.4 bundle to operate the modifications as a single
322 atomic transaction. If any of the flow mods in a transaction fail, none
323 of them are executed. All flow mods in a bundle appear to datapath
324 lookups simultaneously.
325 - ovs-ofctl 'add-flow' and 'add-flows' commands now accept arbitrary flow
326 mods as an input by allowing the flow specification to start with an
327 explicit 'add', 'modify', 'modify_strict', 'delete', or 'delete_strict'
328 keyword. A missing keyword is treated as 'add', so this is fully
329 backwards compatible. With the new '--bundle' option all the flow mods
330 are executed as a single atomic transaction using an OpenFlow 1.4 bundle.
331 - ovs-pki: Changed message digest algorithm from MD5 to SHA-1 because
332 MD5 is no longer secure and some operating systems have started to disable
333 it in OpenSSL.
334 - ovsdb-server: New OVSDB protocol extension allows inequality tests on
335 "optional scalar" columns. See ovsdb-server(1) for details.
336 - ovs-vsctl now permits immutable columns in a new row to be modified in
337 the same transaction that creates the row.
338 - test-controller has been renamed ovs-testcontroller at request of users
339 who find it useful for testing basic OpenFlow setups. It is still not
340 a necessary or desirable part of most Open vSwitch deployments.
341 - Support for travis-ci.org based continuous integration builds has been
342 added. Build failures are reported to build@openvswitch.org. See INSTALL.md
343 file for additional details.
344 - Support for the Rapid Spanning Tree Protocol (IEEE 802.1D-2004).
345 The implementation has been tested successfully against the Ixia Automated
346 Network Validation Library (ANVL).
347 - Stats are no longer updated on fake bond interface.
348 - Keep active bond slave selection across OVS restart.
349 - A simple wrapper script, 'ovs-docker', to integrate OVS with Docker
350 containers. If and when there is a native integration of Open vSwitch
351 with Docker, the wrapper script will be retired.
352 - Added support for DPDK Tunneling. VXLAN, GRE, and Geneve are supported
353 protocols. This is generic tunneling mechanism for userspace datapath.
354 - Support for multicast snooping (IGMPv1, IGMPv2 and IGMPv3)
355 - Support for Linux kernels up to 4.0.x
356 - The documentation now use the term 'destination' to mean one of syslog,
357 console or file for vlog logging instead of the previously used term
358 'facility'.
359 - Support for VXLAN Group Policy extension
360 - Initial support for the IETF Auto-Attach SPBM draft standard. This
361 contains rudimentary support for the LLDP protocol as needed for
362 Auto-Attach.
363 - The default OpenFlow and OVSDB ports are now the IANA-assigned
364 numbers. OpenFlow is 6653 and OVSDB is 6640.
365 - Support for DPDK vHost.
366 - Support for outer UDP checksums in Geneve and VXLAN.
367 - The kernel vports with dependencies are no longer part of the overall
368 openvswitch.ko but built and loaded automatically as individual kernel
369 modules (vport-*.ko).
370 - Support for STT tunneling.
371 - Support to configure method (--syslog-method argument) that determines
372 how daemons will talk with syslog.
373 - Support for "ovs-appctl vlog/list-pattern" command that lets to query
374 logging message format for each destination.
375 - GRE64 and ipsec_gre64 tunnel protocol is deprecated and will be removed
376 from OVS v2.5 release.
377 * The openvswitch-testcontroller package is new. It reintroduces the
378 simple OpenFlow controller that was packaged with Open vSwitch prior to
379 version 2.1, at request of users who find it useful for testing basic
380 OpenFlow setups. It is still not a necessary or desirable part of most
381 Open vSwitch deployments.
382
383 -- Open vSwitch team <dev@openvswitch.org> Thu, 20 Aug 2015 17:23:43 -0700
384
385openvswitch (2.3.0+git20140819-4) unstable; urgency=high
386
387 * Apply patch to fix a buffer overflow for crafted MPLS packets. Fixes
388 CVE-2016-2074. Thanks to the upstream reporters of this
389 vulnerability, Kashyap Thimmaraju
390 <kashyap.thimmaraju@sec.t-labs.tu-berlin.de> and Bhargava Shastry
391 <bshastry@sec.t-labs.tu-berlin.de>.
392
393 -- Ben Pfaff <pfaffben@debian.org> Mon, 28 Mar 2016 17:05:38 -0700
394
395openvswitch (2.3.0+git20140819-3) unstable; urgency=medium
396
397 * Don't depened on $RUNLEVEL at startup to create bridges.
398 This should allow Open vSwitch configuration through
399 /etc/network/interfaces where $RUNLEVEL is not set.
400 This change is upstream commit 238324bd73b031635
401 ("debian: Don't depened on $RUNLEVEL at startup to create bridges.")
402 Closes: #771863
403 *
404
405 -- Simon Horman <horms@debian.org> Fri, 19 Dec 2014 10:54:08 +0900
406
407openvswitch (2.3.0+git20140819-2) unstable; urgency=low
408
409 * debian/rules: Rerun checks on tests that fail the first time. Skip
410 tests 711, 712, and 713 that seem to fail due to races on buildds.
411 * debian/patches/cfm-avoid-long-delay: Upstream patch to avoid
412 test failures in CFM tests due to "long delay" log messages at WARN level.
413 * debian/patches/ovs-appctl-log-options.patch,
414 debian/patches/disable-poll-loop-logging-for-long-output.patch:
415 Upstream patches to avoid test failures in tests that generate a ton
416 of output.
417
418 -- Ben Pfaff <pfaffben@debian.org> Wed, 20 Aug 2014 08:31:11 -0700
419
420openvswitch (2.3.0+git20140819-1) unstable; urgency=low
421
422 * New upstream release:
423 - OpenFlow 1.1, 1.2, and 1.3 are now enabled by default in
424 ovs-vswitchd.
425 - Linux kernel datapath now has an exact match cache optimizing the
426 flow matching process.
427 - Datapath flows now have partially wildcarded tranport port field
428 matches. This reduces userspace upcalls, but increases the
429 number of different masks in the datapath. The kernel datapath
430 exact match cache removes the overhead of matching the incoming
431 packets with the larger number of masks, but when paired with an
432 older kernel module, some workloads may perform worse with the
433 new userspace.
434 * Removed datapath packages because Linux 3.16 has adequate built-in
435 support. Closes: #740983.
436 - debian/control: Remove datapath package references. Add build
437 dependency on dh-autoreconf.
438 - debian/rules: Don't build datapath packages.
439 - debian/openvswitch-datapath-*: Removed.
440 - debian/control.modules.in: Removed.
441 - debian/dkms.conf.in: Removed.
442 - debian/rules.modules: Removed.
443 - debian/openvswitch-switch.README.Debian: Removed references to kernel
444 packages.
445 - debian/openvswitch-switch.init: Removed references to kernel packages.
446 - debian/automake.mk: Remov references to deleted files.
447 - debian/rules: Adopt use of dh-autoreconf.
448
449 -- Ben Pfaff <pfaffben@debian.org> Tue, 19 Aug 2014 08:19:21 -0700
450
451openvswitch (2.2.0-1) unstable; urgency=low
452 [ Open vSwitch team ]
453 * New upstream version
454 - Internal ports are no longer brought up by default, because it
455 should be an administrator task to bring up devices as they are
456 configured properly.
457 - ovs-vsctl now reports when ovs-vswitchd fails to create a new port or
458 bridge.
459 - The "ovsdbmonitor" graphical tool has been removed, because it was
460 poorly maintained and not widely used.
461 - New "check-ryu" Makefile target for running Ryu tests for OpenFlow
462 controllers against Open vSwitch. See INSTALL for details.
463 - Added IPFIX support for SCTP flows and templates for ICMPv4/v6 flows.
464 - Upon the receipt of a SIGHUP signal, ovs-vswitchd no longer reopens its
465 log file (it will terminate instead). Please use 'ovs-appctl vlog/reopen'
466 instead.
467 - Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
468 tunnel API for GRE and VXLAN.
469 - Added experimental DPDK support.
470 - Added support for custom vlog patterns in Python
471
472 -- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700
473
474openvswitch (2.1.0+git20140411-3) unstable; urgency=low
475
476 * debian/rules: Disable some tests that tend to fail on Debian buildds
477 due to race conditions.
478
479 -- Ben Pfaff <pfaffben@debian.org> Fri, 13 Jun 2014 06:07:31 -0700
480
481openvswitch (2.1.0+git20140411-2) unstable; urgency=low
482
483 * debian/openvswitch-switch.postinst: Add back mysteriously deleted
484 "mkdir" line. Closes: #744769. Thanks to Joshua Powers for reporting
485 this bug.
486 * debian/rules: Try rechecking in serial any tests that fail in
487 parallel, as an experiment to see whether this fixes remaining buildd
488 test failures.
489
490 -- Ben Pfaff <pfaffben@debian.org> Mon, 14 Apr 2014 08:29:33 -0700
491
492openvswitch (2.1.0+git20140411-1) unstable; urgency=low
493
494 * New upstream release:
495 - Removed ovsdbmonitor package. Closes: #744136.
496 - Fix misaligned data accesses that caused test failures.
497 * tests/ofproto-macros.at: Disable scanning logs for WARN and ERR messages,
498 as an experiment to see whether this fixes all the buildd test failures.
499
500 -- Ben Pfaff <pfaffben@debian.org> Fri, 11 Apr 2014 08:35:10 -0700
501
502openvswitch (2.1.0+git20140325-1) unstable; urgency=low
503
504 * New upstream release.
505 - Included kernel module builds against Linux 3.11. Closes: #732260.
506 - Log rotation bug fixed. Closes: #729304.
507 - Bridge compatibility feature removed. Closes: #680538, #681954.
508 - Controller package removed. Closes: #731133.
509 * Shut down OVS after libvirt guests to allow those guests to remove
510 their interfaces gracefully. Closes: #701760. Reported by Ernesto
511 Domato <edomat@gmail.com>. Fix from Lukasz Szotek
512 <szotman@gmail.com>.
513 * debian/control: Depend on kmod instead of module-init-tools. Closes:
514 #733696. Reported by md@Linux.IT (Marco d'Itri).
515
516 -- Ben Pfaff <pfaffben@debian.org> Mon, 31 Mar 2014 09:31:10 -0700
517
518openvswitch (1.9.3+git20131029-1) unstable; urgency=low
519
520 * New upstream release.
521 - Fixes opening Unix sockets with very long names from Python.
522
523 -- Ben Pfaff <pfaffben@debian.org> Tue, 29 Oct 2013 08:31:55 -0700
524
525openvswitch (1.9.3+git20131028-1) unstable; urgency=low
526
527 * New upstream release.
528 - Fixes "make check" with non-ASCII characters in present working
529 directory. Closes: #719736.
530
531 -- Ben Pfaff <pfaffben@debian.org> Mon, 28 Oct 2013 08:40:31 -0700
532
533openvswitch (1.9.3+git20131021-1) unstable; urgency=low
534
535 * New upstream version:
536 - Fixes unaligned access issues in bug #719736.
537 - Other bug fixes.
538 * Other half of bug #719736 has probably not been addressed. I don't
539 understand it and want to see if it recurs in the autobuilders with
540 the unaligned accesses fixed.
541
542 -- Ben Pfaff <pfaffben@debian.org> Mon, 21 Oct 2013 08:53:11 -0700
543
544openvswitch (1.9.3-1) unstable; urgency=low
545 [ Open vSwitch team ]
546 * New upstream version
547 - Bug fixes
548
549 -- Open vSwitch team <dev@openvswitch.org> Thu, 29 Aug 2013 17:02:33 -0700
550
551openvswitch (1.9.2+git20130813-1) unstable; urgency=low
552
553 * New upstream version. Closes: #701758.
554 - debian/patches: All patches dropped because they have been
555 incorporated upstream.
556 - Supports kernels up to 3.8. Closes: #710125.
557
558 -- Ben Pfaff <pfaffben@debian.org> Fri, 07 Jun 2013 14:15:01 -0700
559
560openvswitch (1.9.2-1) unstable; urgency=low
561 [ Open vSwitch team ]
562 * New upstream version
563 - Bug fixes
564
565 -- Open vSwitch team <dev@openvswitch.org> Fri, 05 Apr 2013 18:37:19 -0700
566
567openvswitch (1.9.1-1) unstable; urgency=low
568 [ Open vSwitch team ]
569 * New upstream version
570 - Bug fixes
571
572 -- Open vSwitch team <dev@openvswitch.org> Tue, 14 Mar 2013 17:27:19 -0700
573
574openvswitch (1.9.0-1) unstable; urgency=low
575 [ Open vSwitch team ]
576 * New upstream version
577 - Datapath:
578 - Support for ipv6 set action.
579 - SKB mark matching and setting.
580 - support for Linux kernels up to 3.8
581 - FreeBSD is now a supported platform, thanks to code contributions from
582 Gaetano Catalli, Ed Maste, and Giuseppe Lettieri.
583 - ovs-bugtool: New --ovs option to report only OVS related information.
584 - New %t and %T log escapes to identify the subprogram within a
585 cooperating group of processes or threads that emitted a log message.
586 The default log patterns now include this information.
587 - OpenFlow:
588 - Allow bitwise masking for SHA and THA fields in ARP, SLL and TLL
589 fields in IPv6 neighbor discovery messages, and IPv6 flow label.
590 - Adds support for writing to the metadata field for a flow.
591 - Tunneling:
592 - The tunneling code no longer assumes input and output keys are
593 symmetric. If they are not, PMTUD needs to be disabled for
594 tunneling to work. Note this only applies to flow-based keys.
595 - New support for a nonstandard form of GRE that supports a 64-bit key.
596 - Tunnel Path MTU Discovery default value was set to 'disabled'.
597 This feature is deprecated and will be removed soon.
598 - Tunnel header caching removed.
599 - ovs-ofctl:
600 - Commands and actions that accept port numbers now also accept keywords
601 that represent those ports (such as LOCAL, NONE, and ALL). This is
602 also the recommended way to specify these ports, for compatibility
603 with OpenFlow 1.1 and later (which use the OpenFlow 1.0 numbers
604 for these ports for different purposes).
605 - ovs-dpctl:
606 - Support requesting the port number with the "port_no" option in
607 the "add-if" command.
608 - ovs-pki: The "online PKI" features have been removed, along with
609 the ovs-pki-cgi program that facilitated it, because of some
610 alarmist insecurity claims. We do not believe that these claims
611 are true, but because we do not know of any users for this
612 feature it seems better on balance to remove it. (The ovs-pki-cgi
613 program was not included in distribution packaging.)
614 - ovsdb-server now enforces the immutability of immutable columns. This
615 was not enforced in earlier versions due to an oversight.
616 - The following features are now deprecated. They will be removed no
617 earlier than February 2013. Please email dev@openvswitch.org with
618 concerns.
619 - Bridge compatibility.
620 - Stable bond mode.
621 - The autopath action.
622 - Interface type "null".
623 - Numeric values for reserved ports (see "ovs-ofctl" note above).
624 - Tunnel Path MTU Discovery.
625 - CAPWAP tunnel support.
626 - The data in the RARP packets can now be matched in the same way as the
627 data in ARP packets.
628
629 -- Open vSwitch team <dev@openvswitch.org> Tue, 26 Feb 2013 11:23:19 -0700
630
631openvswitch (1.8.0-1) unstable; urgency=low
632 [ Open vSwitch team ]
633 * New upstream version
634 *** Internal only release ***
635 - New FAQ. Please send updates and additions!
636 - Authors of controllers, please read the new section titled "Action
637 Reproduction" in DESIGN, which describes an Open vSwitch change in
638 behavior in corner cases that may affect some controllers.
639 - ovs-l3ping:
640 - A new test utility that can create L3 tunnel between two Open
641 vSwitches and detect connectivity issues.
642 - ovs-ofctl:
643 - New --sort and --rsort options for "dump-flows" command.
644 - "mod-port" command can now control all OpenFlow config flags.
645 - OpenFlow:
646 - Allow general bitwise masking for IPv4 and IPv6 addresses in
647 IPv4, IPv6, and ARP packets. (Previously, only CIDR masks
648 were allowed.)
649 - Allow support for arbitrary Ethernet masks. (Previously, only
650 the multicast bit in the destination address could be individually
651 masked.)
652 - New field OXM_OF_METADATA, to align with OpenFlow 1.1.
653 - The OFPST_QUEUE request now reports an error if a specified port or
654 queue does not exist, or for requests for a specific queue on all
655 ports, if the specified queue does not exist on any port. (Previous
656 versions generally reported an empty set of results.)
657 - New "flow monitor" feature to allow controllers to be notified of
658 flow table changes as they happen.
659 - Additional protocols are not mirrored and dropped when forward-bpdu is
660 false. For a full list, see the ovs-vswitchd.conf.db man page.
661 - Open vSwitch now sends RARP packets in situations where it previously
662 sent a custom protocol, making it consistent with behavior of QEMU and
663 VMware.
664 - All Open vSwitch programs and log files now show timestamps in UTC,
665 instead the local timezone, by default.
666
667 -- Open vSwitch team <dev@openvswitch.org> Mon, 16 Jul 2012 16:44:52 +0900
668
669openvswitch (1.7.0-1) unstable; urgency=low
670 [ Open vSwitch team ]
671 * New upstream version
672 - kernel modules are renamed. openvswitch_mod.ko is now
673 openvswitch.ko and brcompat_mod.ko is now brcompat.ko.
674 - Increased the number of NXM registers to 8.
675 - Added ability to configure dscp setting for manager and controller
676 connections. By default, these connections have a DSCP value of
677 Internetwork Control (0xc0).
678 - Added the granular link health statistics, 'cfm_health', to an
679 interface.
680 - OpenFlow:
681 - Added support to mask nd_target for ICMPv6 neighbor discovery flows.
682 - Added support for OpenFlow 1.3 port description (OFPMP_PORT_DESC)
683 multipart messages.
684 - ovs-ofctl:
685 - Added the "dump-ports-desc" command to retrieve port
686 information using the new port description multipart messages.
687 - ovs-test:
688 - Added support for spawning ovs-test server from the client.
689 - Now ovs-test is able to automatically create test bridges and ports.
690 - "ovs-dpctl dump-flows" now prints observed TCP flags in TCP flows.
691 - Tripled flow setup performance.
692 - The "coverage/log" command previously available through ovs-appctl
693 has been replaced by "coverage/show". The new command replies with
694 coverage counter values, instead of logging them.
695
696 -- Open vSwitch team <dev@openvswitch.org> Mon, 30 Jul 2012 17:23:57 +0900
697
698openvswitch (1.6.1-1) unstable; urgency=low
699 [ Open vSwitch team ]
700 * New upstream version
701 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
702
703 -- Open vSwitch team <dev@openvswitch.org> Mon, 25 Jun 2012 13:52:17 +0900
704
705openvswitch (1.6.0-1) unstable; urgency=low
706 [ Open vSwitch team ]
707 * New upstream version
708 - bonding
709 - LACP bonds no longer fall back to balance-slb when negotiations fail.
710 Instead they drop traffic.
711 - The default bond_mode changed from SLB to active-backup, to protect
712 unsuspecting users from the significant risks of SLB bonds (which are
713 documented in vswitchd/INTERNALS).
714 - Load balancing can be disabled by setting the bond-rebalance-interval
715 to zero.
716 - OpenFlow:
717 - Added support for bitwise matching on TCP and UDP ports.
718 See ovs-ofctl(8) for more information.
719 - NXM flow dumps now include times elapsed toward idle and hard
720 timeouts.
721 - Added an OpenFlow extension NXT_SET_ASYNC_CONFIG that allows
722 controllers more precise control over which OpenFlow messages they
723 receive asynchronously.
724 - New "fin_timeout" action.
725 - Added "fin_timeout" support to "learn" action.
726 - The default MAC learning timeout has been increased from 60 seconds
727 to 300 seconds. The MAC learning timeout is now configurable.
728 - When QoS settings for an interface do not configure a default queue
729 (queue 0), Open vSwitch now uses a default configuration for that
730 queue, instead of dropping all packets as in previous versions.
731 - Logging to console and file will have UTC timestamp as a default for all
732 the daemons. An example of the default format is 2012-01-27T16:35:17Z.
733 ovs-appctl can be used to change the default format as before.
734 - New support for limiting the number of flows in an OpenFlow flow
735 table, with configurable policy for evicting flows upon
736 overflow. See the Flow_Table table in ovs-vswitch.conf.db(5)
737 for more information.
738 - New "enable-async-messages" column in the Controller table. If set to
739 false, OpenFlow connections to the controller will initially have all
740 asynchronous messages disabled, overriding normal OpenFlow behavior.
741 - ofproto-provider interface:
742 - "struct rule" has a new member "used" that ofproto implementations
743 should maintain by updating with ofproto_rule_update_used().
744 - ovsdb-client:
745 - The new option --timestamp causes the "monitor" command to print
746 a timestamp with every update.
747 - CFM module CCM broadcasts can now be tagged with an 802.1p priority.
748
749 -- Open vSwitch team <dev@openvswitch.org> Fri, 24 Feb 2012 11:12:48 +0900
750
751openvswitch (1.5.0-1) unstable; urgency=low
752 [ Open vSwitch team ]
753 * New upstream version
754 - OpenFlow:
755 - Added support for querying, modifying, and deleting flows
756 based on flow cookie when using NXM.
757 - Added new NXM_PACKET_IN format.
758 - ovs-ofctl:
759 - Added daemonization support to the monitor and snoop commands.
760 - ovs-vsctl:
761 - The "find" command supports new set relational operators
762 {=}, {!=}, {<}, {>}, {<=}, and {>=}.
763 - ovsdb-tool now uses the typical database and schema installation
764 directories as defaults.
765
766 -- Open vSwitch team <dev@openvswitch.org> Fri, 01 June 2012 13:06:00 +0900
767
768openvswitch (1.4.2+git20120612-9) unstable; urgency=low
769
770 * Apply bug-684057-ovs-ctl-Add-support-for-newer-module-name.patch to
771 allow use of the openvswitch kernel module integrated into 3.3 and
772 later. Closes: #684057.
773
774 -- Ben Pfaff <pfaffben@debian.org> Mon, 06 Aug 2012 16:59:01 -0700
775
776openvswitch (1.4.2+git20120612-8) unstable; urgency=low
777
778 * Apply further patches to fix bugs resulting from moving
779 /etc/openvswitch/conf.db to /var/lib/openvswitch in -7.
780
781 This required applying the following bug fix patches:
782
783 bug-681880-3-Make-the-location-of-the-database-separately-configu.patch
784 bug-681880-4-tests-Slightly-generalize-utility-function-tests.patch
785 bug-681880-5-util-New-function-follow_symlinks.patch
786 bug-681880-6-lockfile-Be-more-forgiving-about-lockfiles-for-symli.patch
787 bug-681880-7-ovsdb-Do-not-replace-symlinks-by-regular-files-durin.patch
788 bug-681880-8-Fix-a-typo-in-commit-f973f2af2.patch
789 bug-681880-9-dirs-dbdir-default-must-be-based-on-sysconfdir.patch
790
791 * debian/rules: Configure /var/lib/openvswitch as the database directory
792 instead of working through symlinks. (The symlinks are still created
793 for compatibility with people and existing software that are
794 accustomed to seeing the database in its original location, but the
795 Debian packages themselves never use the symlinks.)
796
797 * debian/openvswitch-switch.postrm: Also remove
798 /ec/openvswitch/system-id.conf and conf.db backups on purge.
799
800 * utilities/ovs-pki.in: Use mode 0700 instead of 0733 for
801 openvswitch-pki "incoming" directory, by applying
802 bug-683665-use-mode-700-for-pki-incoming-dir.patch. See the patch for
803 complete rationale. Closes: #683665. Thanks to Andreas Beckmann
804 <debian@abeckmann.de> for reporting this bug.
805
806 * debian/openvswitch-pki.postinst: Change mode of existing "incoming"
807 directories to 0700 at configure time (see above).
808
809 -- Ben Pfaff <pfaffben@debian.org> Wed, 01 Aug 2012 11:20:21 -0700
810
811openvswitch (1.4.2+git20120612-7) unstable; urgency=low
812
813 * Move /etc/openvswitch/conf.db to /var/lib/openvswitch, using symlinks.
814 Closes: #681880. Thanks to Bastian Blank <waldi@debian.org> for
815 reporting this bug.
816
817 This required applying the following bug fix patches:
818
819 bug-681880-1-lockfile-Fix-hang-locking-through-a-dangling-symlink.patch
820 bug-681880-2-ovsdb-Make-ovsdb-tool-create-work-through-a-dangling.patch
821
822 * Start the rest of OVS if bridge compatibility is enabled but the
823 kernel bridge module cannot be loaded. Closes: #681955. Thanks to
824 Bastian Blank <waldi@debian.org> for reporting this bug.
825
826 This was fixed by applying the following bug fix patch:
827
828 bug-681955-ovs-ctl-Start-the-rest-of-Open-vSwitch.patch
829
830 -- Ben Pfaff <pfaffben@debian.org> Fri, 27 Jul 2012 12:36:03 -0700
831
832openvswitch (1.4.2+git20120612-6) unstable; urgency=low
833
834 * utilities/automake.mk: Fix duplicate mention of ovs-vsctl in
835 bin_PROGRAMS and bin_SCRIPTS; it should only have been in the former.
836 Closes: #682384. Thanks to Bastian Blank <waldi@debian.org> for
837 reporting this bug.
838
839 -- Ben Pfaff <pfaffben@debian.org> Mon, 23 Jul 2012 09:46:41 -0700
840
841openvswitch (1.4.2+git20120612-5) unstable; urgency=low
842
843 * debian/openvswitch-controller.postrm: Remove configuration files in
844 /etc/openvswitch-controller on purge. Closes: #682187. Thanks to
845 Andreas Beckmann <debian@abeckmann.de> for reporting this bug.
846
847 -- Ben Pfaff <pfaffben@debian.org> Fri, 20 Jul 2012 22:33:19 -0700
848
849openvswitch (1.4.2+git20120612-4) unstable; urgency=low
850
851 * debian/openvswitch-switch.init: Do not modify iptables rules. Closes:
852 #680537. Thanks to Bastian Blank <waldi@debian.org> for reporting
853 this bug.
854
855 -- Ben Pfaff <pfaffben@debian.org> Mon, 16 Jul 2012 12:56:37 -0700
856
857openvswitch (1.4.2+git20120612-3) unstable; urgency=low
858
859 * debian/control: Add "netbase" dependency to ensure that /etc/protocols
860 is available. Closes: #680537. Thanks to Bastian Blank <waldi@debian.org>
861 for reporting this bug.
862
863 -- Ben Pfaff <pfaffben@debian.org> Mon, 09 Jul 2012 09:50:03 -0700
864
865openvswitch (1.4.2+git20120612-2) unstable; urgency=low
866
867 * Apply upstream commit that enables DKMS to automatically build for the
868 running kernel, which seems to be common practice in DMS packaging
869 (launchpad bug #962189)
870
871 -- Ben Pfaff <pfaffben@debian.org> Tue, 19 Jun 2012 09:40:53 -0700
872
873openvswitch (1.4.2+git20120612-1) unstable; urgency=low
874
875 * New upstream version fixing the following bugs:
876 o Crash fixes:
877 - ofproto: Fix use after free in ofoperation_complete().
878 - odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.
879 - datapath: Check correct return value from skb_gso_segment().
880 o Possible serious malfunctions:
881 - dpif-netdev: allow for proper destruction of netdev datapaths.
882 - datapath: Validation of IPv6 set port action uses IPv4 header.
883 o Rare annoying corner case:
884 - odp-util: Fix parsing of actions encapsulated within "sample" actions.
885 o Bugs with unknown impact:
886 - Correctly set destination MAC in mf_set_flow_value().
887 o OpenFlow controller compatibility:
888 - Allow OFPP_CONTROLLER as the in_port for packet-out messages.
889
890 -- Ben Pfaff <pfaffben@debian.org> Tue, 12 Jun 2012 10:25:08 -0700
891
892openvswitch (1.4.0+git20120426-1) unstable; urgency=low
893
894 * New upstream release fixing the following bugs:
895 o Broken log rotation.
896 o Use-after-free error when ports disappear.
897 o Minor memory leaks.
898 o Testsuite failures on big-endian architectures.
899
900 -- Ben Pfaff <pfaffben@debian.org> Thu, 26 Apr 2012 13:46:55 -0700
901
902openvswitch (1.4.0+git20120321-1) unstable; urgency=low
903
904 * New upstream version including:
905 o Features:
906 - ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.
907 - vswitchd: Make the MAC entry aging time configurable.
908 - mac-learning: Increase MAC learning timeout to 300 seconds.
909 o Bug fixes:
910 - netdev-linux: Fix use-after-free when netdev_dump_queues() deletes
911 queues.
912 - netlink-socket: Increase Netlink socket receive buffer size.
913 - ofproto: Fix code that keeps track of MTU.
914 - ovs-monitor-ipsec: Detect correctly IPSEC configuration changes
915 - bond: Incorrectly reported an error in appctl.
916 - socket-util: Unlink Unix domain sockets that bind but fail to connect.
917 - bridge: Remove unwanted ports at time of ofproto creation.
918 - dpif-linux: Make dpif_linux_port_query_by_name() query only one
919 datapath.
920 - ofproto-dpif: Cleanup STP on ports when disabled on their bridge.
921 - configure: Try to extract kernel source directory from build Makefile.
922 - vswitchd: Always configure a default queue for QoS.
923 - ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.
924 - sflow_agent: Use snprintf() in place of sprintf().
925 o Packaging:
926 - Move PKI directory to FHS-compliant location. Closes: #661090.
927 Thanks to Andreas Beckmann <debian@abeckmann.de> for reporting
928 this bug.
929 - Use a different way to avoid failing install without kernel module.
930 - Avoid unit test failure when doing "unofficial" builds.
931 - Bump standards-version to 3.9.3.
932 - Remove some useless files from the dkms package.
933 - Clean .pyc files in "clean" target.
934 - Remove po-debconf build dependency.
935 - Build-depend on python-all to pull in all Python versions.
936 - Add missing ${python:Depends} to openvswitch-test package.
937 - Improve long descriptions so as to better describe the packages.
938 - Bump debhelper compat level to 8 and make build-depends consistent.
939 - Fix exit status of openvswitch-switch init script "status" command.
940 - Use provided kernel source dir instead of host kernel version.
941 - Do not run "make" if "configure" fails during DKMS build.
942 - Look in /lib/modules instead of /usr/src for DKMS kernel sources.
943 - Fix dependencies for openvswitch-datapath-dkms package.
944 - Don't install Python modules for obsolete Python versions.
945 - Add dependency on ${misc:Depends} to openvswitch-test
946 o Documentation improvements:
947 - ovsdb-doc: Use minus sign in negative numbers in nroff output.
948 - ovsdb-doc: Convert '-' preceding a number as a minus sign, not a
949 hyphen.
950 - ovsdb-doc: Put NAME section into generated manpage.
951 - Fix typo in manpage.
952 - vswitchd: Document behavior of 802.1p priorities with VLAN splinters.
953 - netdev: Fix typo in error message.
954 - INSTALL.Linux: minor typo
955
956 * Many thanks to Thomas Goirand <zigo@debian.org> for contributing many
957 of the packaging fixes listed above.
958
959 * This version fixes most of the lintian errors described in bug
960 #663051, but a few remain, so this upload does not close that bug. I
961 believe that this upload should be suitable for downgrading that bug's
962 severity.
963
964 -- Ben Pfaff <pfaffben@debian.org> Wed, 21 Mar 2012 10:00:28 -0700
965
966openvswitch (1.4.0-2+nmu1) unstable; urgency=low
967
968 * Non maintainer upload.
969 * Removes all patches in debian/patches, because they are patching stuff
970 inconditionally in debian/*, and this should be applied by default.
971 * Uses the correct ${kernel_source_dir} in debian/dkms.conf.in, so that
972 the kernel module builds as expected (Closes: #659685).
973
974 -- Thomas Goirand <zigo@debian.org> Thu, 08 Mar 2012 08:46:24 +0000
975
976openvswitch (1.4.0-2) unstable; urgency=low
977
978 * Use explicit DKMS variable for kernel source directory
979 - 0001-debian-Fix-dependencies-for-openvswitch-datapath-dkm.patch
980 - 0002-debian-Look-in-lib-modules-instead-of-usr-src-for-DK.patch
981 - 0001-debian-Use-provided-kernel-source-dir.patch
982 - 0001-debian-Do-not-run-make-if-configure-fails-during-DKM.patch
983 - (closes: #659685)
984 * Don't install Python modules for obsolete Python versions
985 - 0001-debian-Don-t-install-Python-modules-for-obsolete-Pyt.patch
986
987 -- Simon Horman <horms@debian.org> Tue, 14 Feb 2012 11:43:13 +0900
988
989openvswitch (1.4.0-1) unstable; urgency=low
990 [ Open vSwitch team ]
991 * New upstream version
992 - Compatible with Open vSwitch kernel module included in Linux 3.3.
993 - New "VLAN splinters" feature to work around buggy device drivers
994 in old Linux versions. (This feature is deprecated. When
995 broken device drivers are no longer in widespread use, we will
996 delete this feature.) See ovs-vswitchd.conf.db(5) for more
997 information.
998 - OpenFlow:
999 - Added ability to match on IPv6 flow label through NXM.
1000 - Added ability to match on ECN bits in IPv4 and IPv6 through NXM.
1001 - Added ability to match on TTL in IPv4 and IPv6 through NXM.
1002 - Added ability to modify ECN bits in IPv4.
1003 - Added ability to modify TTL in IPv4.
1004 - ovs-vswitchd:
1005 - Don't require the "normal" action to use mirrors. Traffic will
1006 now be properly mirrored for any flows, regardless of their
1007 actions.
1008 - Track packet and byte statistics sent on mirrors.
1009 - ovs-appctl:
1010 - New "fdb/flush" command to flush bridge's MAC learning table.
1011 - ovs-test:
1012 - A new distributed testing tool that allows one to diagnose performance
1013 and connectivity issues. This tool currently is not included in RH or
1014 Xen packages.
1015 - RHEL packaging now supports integration with Red Hat network scripts.
1016 - Debian: Depend on python (>= 2.7) | python-argparse instead of
1017 python-argparse to avoid pulling in python2.6
1018 (closes: #653645)
1019
1020 -- Open vSwitch team <dev@openvswitch.org> Mon, 30 Jan 2012 23:36:00 +0000
1021
1022openvswitch (1.3.0-1) unstable; urgency=low
1023 [ Open vSwitch team ]
1024 * New upstream version
1025 - OpenFlow:
1026 - Added an OpenFlow extension which allows the "output" action to accept
1027 NXM fields.
1028 - Added an OpenFlow extension for flexible learning.
1029 - Bumped number of NXM registers from four to five.
1030 - ovs-appctl:
1031 - New "version" command to determine version of running daemon.
1032 - If no argument is provided for "cfm/show", displays detailed
1033 information about all interfaces with CFM enabled.
1034 - If no argument is provided for "lacp/show", displays detailed
1035 information about all ports with LACP enabled.
1036 - ovs-vswitchd:
1037 - The software switch now supports 255 OpenFlow tables, instead
1038 of just one. By default, only table 0 is consulted, but the
1039 new NXAST_RESUBMIT_TABLE action can look up in additional
1040 tables. Tables 128 and above are reserved for use by the
1041 switch itself; please use only tables 0 through 127.
1042 - Add support for 802.1D spanning tree (STP).
1043 - Fragment handling extensions:
1044 - New OFPC_FRAG_NX_MATCH fragment handling mode, in which L4
1045 fields are made available for matching in fragments with
1046 offset 0.
1047 - New NXM_NX_IP_FRAG match field for matching IP fragments (usable
1048 via "ip_frag" in ovs-ofctl).
1049 - New ovs-ofctl "get-frags" and "set-frags" commands to get and set
1050 fragment handling policy.
1051 - CAPWAP tunneling now supports an extension to transport a 64-key. By
1052 default it remains compatible with the old version and other
1053 standards-based implementations.
1054 - Flow setups are now processed in a round-robin manner across ports
1055 to prevent any single client from monopolizing the CPU and conducting
1056 a denial of service attack.
1057 - Added support for native VLAN tagging. A new "vlan_mode"
1058 parameter can be set for "port". Possible values: "access",
1059 "trunk", "native-tagged" and "native-untagged".
1060 - test-openflowd has been removed. Please use ovs-vswitchd instead.
1061
1062 -- Open vSwitch team <dev@openvswitch.org> Mon, 09 Dec 2011 23:36:00 +0000
1063
1064openvswitch (1.2.0-1) unstable; urgency=low
1065
1066 [ Open vSwitch team ]
1067 * New upstream version
1068 - New "ofproto" abstraction layer to ease porting to hardware
1069 switching ASICs.
1070 - Packaging for Red Hat Enterprise Linux 5.6 and 6.0.
1071 - Datapath support for Linux kernels up to 3.0.
1072 - OpenFlow:
1073 - New "bundle" and "bundle_load" action extensions.
1074 - Database:
1075 - Implement table unique constraints.
1076 - Support cooperative locking between callers.
1077 - ovs-dpctl:
1078 - New "-s" option for "show" command prints packet and byte
1079 counters for each port.
1080 - ovs-ofctl:
1081 - New "--readd" option for "replace-flows".
1082 - ovs-vsctl:
1083 - New "show" command to print an overview of configuration.
1084 - New "comment" command to add remark that explains intentions.
1085 - ovs-brcompatd has been rewritten to fix long-standing bugs.
1086 - ovs-openflowd has been renamed test-openflowd and moved into the
1087 tests directory. Its presence confused too many users. Please
1088 use ovs-vswitchd instead.
1089 - New ovs-benchmark utility to test flow setup performance.
1090 - A new log level "off" has been added. Configuring a log facility
1091 "off" prevents any messages from being logged to it. Previously,
1092 "emer" was effectively "off" because no messages were ever logged at
1093 level "emer". Now, errors that cause a process to exit are logged
1094 at "emer" level.
1095 - "configure" option --with-l26 has been renamed --with-linux, and
1096 --with-l26-source has been renamed --with-linux-source. The old
1097 names will be removed after the next release, so please update
1098 your scripts.
1099 - The "-2.6" suffix has been dropped from the datapath/linux-2.6 and
1100 datapath/linux-2.6/compat-2.6 directories.
1101 - Feature removals:
1102 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
1103 Please use the extensible match extensions instead.
1104 - Removed the Maintenance_Point and Monitor tables in an effort
1105 to simplify 802.1ag configuration.
1106 - Performance and scalability improvements
1107 - Bug fixes
1108
1109 -- Open vSwitch team <dev@openvswitch.org> Wed, 03 Aug 2011 14:43:00 +0000
1110
1111openvswitch (1.1.1-1) unstable; urgency=low
1112
1113 [ Open vSwitch team ]
1114 * Bug fixes.
1115
1116 [ Simon Horman ]
1117 * docs: Suppress warning marcro DD not defined
1118 (upstream commit 58f870d0)
1119 * debian: Make openvswitch depend on Python
1120 (upstream commit aa41cb61)
1121 * debian: Don't begin openvswitch-pki description with article.
1122 (upstream commit bc6bb66)
1123 * Debian: Add ${misc:Depends} dependency to python-openvswitch
1124 * Debian: Update standards version from 3.9.1 to 3.9.2
1125 * Debian: ${source:Version} dependency on python openvswitch
1126 * Debian: ${source:Version} dependency for python openvswitch
1127 * Switch to dpkg-source 3.0 (quilt) format
1128 - For local non-debian/ patches (above)
1129
1130 -- Simon Horman <horms@debian.org> Wed, 15 Jun 2011 10:46:15 +0900
1131
1132openvswitch (1.1.0-1) unstable; urgency=low
1133
1134 [ Open vSwitch team ]
1135 * New upstream version
1136 - Ability to define policies over IPv6
1137 - LACP
1138 - 802.1ag CCM
1139 - Support for extensible match extensions to OpenFlow
1140 - QoS:
1141 - Support for HFSC qdisc.
1142 - Queue used by in-band control can now be configured.
1143 - Kernel:
1144 - Kernel<->userspace interface has been reworked and should be
1145 close to a stable ABI now.
1146 - "Port group" concept has been dropped.
1147 - GRE over IPSEC tunnels
1148 - Bonding:
1149 - New active backup bonding mode.
1150 - New L4 hashing support when LACP is enabled.
1151 - Source MAC hash now includes VLAN field also.
1152 - miimon support.
1153 - Greatly improved handling of large flow tables
1154 - ovs-dpctl:
1155 - "show" command now prints full vport configuration.
1156 - "dump-groups" command removed since kernel support for
1157 port groups was dropped.
1158 - ovs-vsctl:
1159 - New commands for working with the new Managers table.
1160 - "list" command enhanced with new formatting options and --columns
1161 option.
1162 - "get" command now accepts new --id option.
1163 - New "find" command.
1164 - ovs-ofctl:
1165 - New "queue-stats" command for printing queue stats.
1166 - New commands "replace-flows" and "diff-flows".
1167 - Commands to add and remove flows can now read from files.
1168 - New --flow-format option to enable or disable NXM.
1169 - New --more option to increase OpenFlow message verbosity.
1170 - Removed "tun-cookie" command, which is no longer useful.
1171 - ovs-controller enhancements for testing various features.
1172 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
1173 bugs. New ovs-vlan-bug-workaround command for enabling and
1174 disabling a workaround for these driver bugs.
1175 - OpenFlow support:
1176 - "Resubmit" actions now update flow statistics.
1177 - New "register" extension for use in matching and actions, via NXM.
1178 - New "multipath" experimental action extension.
1179 - New support for matching multicast Ethernet frames, via NXM.
1180 - New extension for OpenFlow vendor error codes.
1181 - New extension to set the QoS output queue without actually
1182 sending to an output port.
1183 - Open vSwitch now reports a single flow table, instead of
1184 separate hash and wildcard tables. This better models the
1185 current implementation.
1186 - New experimental "note" action.
1187 - New "ofproto/trace" ovs-appctl command and associated utilities
1188 to ease debugging complex flow tables.
1189 - Database:
1190 - Schema documentation now includes an entity-relationship diagram.
1191 - The database is now garbage collected. In most tables,
1192 unreferenced rows will be deleted automatically.
1193 - Many tables now include statistics updated periodically by
1194 ovs-vswitchd or ovsdb-server.
1195 - Every table now has an "external-ids" column for use by OVS
1196 integrators.
1197 - There is no default controller anymore. Each bridge must have its
1198 controller individually specified.
1199 - The "fail-mode" is now a property of a Bridge instead of a Controller.
1200 - New versioning and checksum features.
1201 - New Managers table and manager_options column in Open_vSwitch table
1202 for specifying managers. The old "managers" column in the
1203 Open_vSwitch table has been removed.
1204 - Many "name" columns are now immutable.
1205 - Feature removals:
1206 - Dropped support for XenServer pre-5.6.100.
1207 - Dropped support for Linux pre-2.6.18.
1208 - Dropped controller discovery support.
1209 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
1210 Statistics reporting in the database is a rough equivalent.
1211 - Dropped the "corekeeper" package (now separate, at
1212 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
1213 - Performance and scalability improvements
1214 - Bug fixes
1215
1216 [ Simon Horman ]
1217 * Add the following fixes from upstream branch-1.1
1218 - 7f1aca9 dpif-linux: Avoid logging error on ENOENT in
1219 dpif_linux_is_internal_device().
1220 - 8996f83 dpif-linux: Avoid segfault on netdev_get_stats() without kernel
1221 module.
1222 - 002d4a3 vswitch: Improve schema documentation.
1223 - 58bd294 cfm: Fix broken fault logic.
1224 - c042664 bridge: Run once before configuring CFM.
1225 * Switch to dpkg-source 3.0 (quilt) format
1226
1227 -- Simon Horman <horms@debian.org> Wed, 27 Apr 2011 17:11:10 +0900
1228
1229openvswitch (1.1.0~pre2.g2.ea763e0e-1) unstable; urgency=low
1230
1231 * Git snapshot, including
1232 - tests: Fix Y2011 bug in testsuite
1233 (closes: #609506)
1234
1235 -- Simon Horman <horms@debian.org> Wed, 12 Jan 2011 08:34:35 +0900
1236
1237openvswitch (1.1.0~pre2.g1.bbe8d06e-1) unstable; urgency=low
1238
1239 * Git snaptshot
1240
1241 -- Simon Horman <horms@debian.org> Thu, 06 Jan 2011 11:11:55 +0900
1242
1243openvswitch (1.1.0~pre2-5) unstable; urgency=low
1244
1245 * Open vSwitch only works on Linux so set
1246 the Architecture of binary packages to linux-any accordingly
1247
1248 -- Simon Horman <horms@debian.org> Tue, 23 Nov 2010 07:55:19 +0900
1249
1250openvswitch (1.1.0~pre2-4) unstable; urgency=low
1251
1252 * Add procps to Build-Depends
1253 (closes: #602891)
1254
1255 -- Simon Horman <horms@debian.org> Tue, 16 Nov 2010 06:46:17 +0900
1256
1257openvswitch (1.1.0~pre2-3) unstable; urgency=low
1258
1259 * Remove the corekeeper package as it isn't strongly related
1260 to Open vSwitch. It has subsequently been broken off into
1261 a separate source repository and may be uploaded as its
1262 own debian source package.
1263 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper;a=summary
1264 (closes: #602946)
1265 * Avoid the use of long socket names.
1266 (closes: #602891, closes: #602911)
1267
1268 -- Simon Horman <horms@debian.org> Thu, 11 Nov 2010 06:35:05 +0900
1269
1270openvswitch (1.1.0~pre2-2) unstable; urgency=low
1271
1272 * Clarify licensing of files in xenserver/
1273
1274 -- Simon Horman <horms@debian.org> Thu, 23 Sep 2010 10:56:18 +0900
1275
1276openvswitch (1.1.0~pre2-1) unstable; urgency=low
1277
1278 * New upstream version
1279 - Bug fixes
1280
1281 -- Simon Horman <horms@debian.org> Wed, 15 Sep 2010 18:28:59 +0900
1282
1283openvswitch (1.1.0~pre1-1) unstable; urgency=low
1284
1285 * New upstream version
1286 - OpenFlow 1.0 slicing (QoS) functionality
1287 - Python bindings for configuration database (no write support)
1288 - Performance and scalability improvements
1289 - Bug fixes
1290
1291 -- Open vSwitch team <dev@openvswitch.org> Tue, 31 Aug 2010 23:20:00 +0000
1292
1293openvswitch (1.0.1-1) unstable; urgency=low
1294
1295 * New upstream version.
1296
1297 -- Open vSwitch team <dev@openvswitch.org> Mon, 17 May 2010 10:36:00 +0000