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