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