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