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