]> git.proxmox.com Git - ifupdown2.git/blame - debian/changelog
bump version to 3.2.0-1+pmx5
[ifupdown2.git] / debian / changelog
CommitLineData
c5ce9314
TL
1ifupdown2 (3.2.0-1+pmx5) bookworm; urgency=medium
2
3 * fix new systemd behavior of assinging random MAC to bond by actively
4 assining the one from the first slave-interface again
5
6 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Sep 2023 16:20:25 +0200
7
8ifupdown2 (3.2.0-1+pmx4) bookworm; urgency=medium
f18921bd
WB
9
10 * ipv6/slaac: fix accept_ra/autoconf sysctl not being applied on bridge
11 interfaces
12
13 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2023 09:04:25 +0200
14
0bb51333
TL
15ifupdown2 (3.2.0-1+pmx3) bookworm; urgency=medium
16
17 * depend on ethtool by default
18
19 * backport support for rx-vlan-filter in the ethtool plugin
20
21 * backport missing import for the 'traceback' python module in the scheduler
22
23 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 20:40:22 +0200
24
8bd3ea38
TL
25ifupdown2 (3.2.0-1+pmx2) bookworm; urgency=medium
26
27 * ship default policy to enable setting the MAC of a bridge to its first
28 port in a stable way again, was dropped by mistake for bookworm re-build.
29
30 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jun 2023 08:21:02 +0200
31
8ff75e3c
AD
32ifupdown2 (3.2.0-1+pmx1) bookworm; urgency=medium
33
34 * update to 3.2.0 upstream release
35
36 * build for Debian 12 Bookworm based releases
37
38 * remove old upstreamed patches
39
40 * add ipv6 slaac support (inet6 auto / accept_ra)
41
42 * remove lacp bond min-links=0 warning
43
44 -- Proxmox Support Team <support@proxmox.com> Sat, 20 May 2023 11:05:14 +0200
45
cf37f188
TL
46ifupdown2 (3.2.0) unstable; urgency=medium
47
48 * Fix: Sonarqube issues
49 * Fix: ifquery hangs indefinitely on ^C
50 * Fix: Skipping admin down on deleted vlans
51 * Fix: Merge existing MTU into new netlink object
52 * Fix: scheduler: env variable not properly set for user commands (fixes #218)
53 * Fix: ifquery-check: vlan-protocol for dotted interfaces
54 * Fix: Down ops on vrf-slave should set the slave admin down
55 * New: Allow bond creation without slaves
56 * New: Add `--set-ring` option to ethtool
57 * New: Openvswitch : add support for fakebridge
58 * New: add support for systemd logging (--systemd)
59 * New: Process hwaddress before processing ip addresses
60 * New: Set protodown off on bond slave before bond is deleted
61 * New: Make sure bond speed and slaves (swps) speed are matching
62
63 -- Julien Fortin <jfortin@nvidia.com> Thu, 04 May 2023 23:42:00 -0700
64
2bc14bc2
TL
65ifupdown2 (3.1.0-1+pmx4) bullseye; urgency=medium
66
67 * add ovs support for fakebridge
68
69 * vlan: fix vlan-protocol query check
70
71 * Avoid updating VLAN attributes (vlan-protocol, vlan-id) on reload, if it's
72 not a full ifdown + ifup cycle.
73
74 -- Proxmox Support Team <support@proxmox.com> Tue, 16 May 2023 12:01:14 +0200
75
76ifupdown2 (3.1.0-1+pmx3) bullseye; urgency=medium
77
78 * fix a point-to-point regression introduced in 3.1
79
80 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jul 2021 12:29:08 +0200
81
82ifupdown2 (3.1.0-1+pmx2) bullseye; urgency=medium
83
84 * avoid re-generating and reloading network configuration in the installer
85
86 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jul 2021 10:35:31 +0200
87
88ifupdown2 (3.1.0-1+pmx1) bullseye; urgency=medium
89
90 * update to 3.1.0 upstream release
91
92 * ship default policy to enable setting the MAC of a bridge to its first
93 port in a stable way.
94
95 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 16:58:03 +0200
96
97
cf37f188
TL
98ifupdown2 (3.1.0-1) unstable; urgency=medium
99
100 * New: ifquery-check now validates admin state
101 * New: bond: bond mac should always be inherited from it's first slave
102
103 * New: macvlan/addressvirtual features:
2bc14bc2
TL
104 - check interface name lenght and warn if len > 15
105 - sync macvlan forwarding state with lower-device
cf37f188
TL
106
107 * New: vxlan features:
2bc14bc2
TL
108 - Single vxlan device support (bridge-vlan-vni-map)
109 - New attributes:
110 - vxlan-mcastgrp-map (vxlan multicast group for single-vxlan device)
111 - vxlan-vnifilter (vxlan vni filter for single-vxlan device)
112 - vxlan-remoteip-map (static HREP entries for static single vxlan dev)
113 - vxlan-tos (ToS value)
114 - vxlan-udp-csum (whether to perform checksumming or not)
115 - New policy:
116 - vxlan-support-mix-dev-types: allow mix of traditional and single
117 vxlan device (default to yes)
cf37f188
TL
118
119 * New: bridge features:
2bc14bc2
TL
120 - add multi bridge support for bridge_set_static_mac_from_port=yes
121 - check if bridge mac is already inherited from a port
122 - detect VXLAN mis-config VNI "bridge-learning=on" and warn
123 - detect and warn when arp suppression is enabled but no vlan config
124 - bridge-arp-nd-suppress with ifquery --with-default if policy is set
125 - enable ipv6 on SVD brport
126 - enable forwarding on dhcp bridges (fixes: #179)
127 - New attribute:
128 - bridge-vlan-vni-map (single vxlan device support)
129 - New policy:
130 - bridge_always_up_dummy_brport
cf37f188
TL
131
132 * New: address features:
2bc14bc2
TL
133 - warn user if L3-SVI is configured with "ip-forward off"
134 - enable ipv6 before adding new address
135 - New policies:
136 - check_l3_svi_ip_forwarding (check ip forward on l3 svi, default off)
137 - ip_blacklist: blacklist specific ip addresses
cf37f188
TL
138
139 * New: vlan features:
2bc14bc2
TL
140 - check vlan-id misconfiguration and print warning
141 - New attribute:
142 - vlan-bridge-binding (if enabled link state is no longer automatically
143 transferred from the lower device)
cf37f188
TL
144
145 * Fix: address: remove stale fdb entry for svi (when hwaddress is used)
146 * Fix: usercmds: Set environment just like the original ifupdown
147 * Fix: update mako template warning (python3-mako)
148 * Fix: batman_adv: fix unresolved reference
149
150 -- Julien Fortin <jfortin@nvidia.com> Mon, 05 Jul 2021 23:42:42 +0200
151
2bc14bc2
TL
152ifupdown2 (3.0.0-1+pve6) bullseye; urgency=medium
153
154 * always trigger a reload on first installation, to cope with ifupdown1
155 doing a networking stop on its way out.
156
157 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Jul 2021 14:00:17 +0200
158
159ifupdown2 (3.0.0-1+pve5) bullseye; urgency=medium
160
161 * fix shipping networking.service for updated debhelper compat level
162
163 -- Proxmox Support Team <support@proxmox.com> Tue, 25 May 2021 10:36:40 +0200
164
165ifupdown2 (3.0.0-1+pve4) bullseye; urgency=medium
166
167 * re-build for Proxmox VE 7 / Debian Bullseye
168
169 -- Proxmox Support Team <support@proxmox.com> Mon, 24 May 2021 12:38:32 +0200
170
171ifupdown2 (3.0.0-1+pve3) buster; urgency=medium
172
173 * allow vlan tag inside vxlan tunnel
174
175 * only rewrite config on first ifupdown2 installation
176
177 * update ifupdown2 submodule to current master
178
179 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 09:17:21 +0200
180
181ifupdown2 (3.0.0-1+pve2) pve; urgency=medium
182
183 * OVS already manages the MTU if 'ovs-mtu' is defined, mind that.
184
185 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Jun 2020 08:31:14 +0200
186
187ifupdown2 (3.0.0-1+pve1) pve; urgency=medium
188
189 * update to new 3.0.0 upstream release
190
191 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 09:22:02 +0200
192
cf37f188
TL
193ifupdown2 (3.0.0-1) unstable; urgency=medium
194
195 * New: python3 support
196 * New: attribute alias support
197 * New: bridge-always-up attribute
198 * New: set bridge mtu with policy default
199 * New: ES bond with "es-sys-mac" attribute
200 * New: vxlan attribute: vxlan-mcastgrp-map
201 * New: support for "veth-peer-name" attribute
202 * New: dhcp policy: dhclient_retry_on_failure
203 * New: support for marking interfaces as mgmt interfaces
204 * New: bridge-vlan-vni-map attribute (single vxlan device)
205 * New: dhcp: skipping dhcp configuration if link-down yes
206 * New: vrf-slave: keep vlan down if lower device has "link-down yes"
207 * New: vxlan: support for vxlan-svcnodeip6 and vxlan-mcastgrp6 (fixes #43)
208 * New: support for add ovs-ports-condone-regex attribute (openvswitch)
209 * Fix: dry-run exceptions
210 * Fix: bond enslavement ordering
211 * Fix: process MTU before addrgen
212 * Fix: set bridge MTU after bridge creation
213 * Fix: ifquery-running: incorrect displayed data
214 * Fix: tunnel configuration compatibility with ifupdown1
215 * Fix: start-networking script is back to handle mgmt & hotplug cases
216 * Fix: devices matching with ".{0,13}\-v" could get removed by ifreload
217 * Fix: mstpctl: check mstpctl-stp and bridge-stp and fix bridge cache update
218 * Removing python-argcomplete dependency
219
220 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 04 Aug 2020 23:42:42 +0200
221
222ifupdown2 (2.0.2-1) unstable; urgency=medium
223
224 * New: addons: ethtool: add support for "ethtool_ignore_errors" policy
225 * New: addons: dhcp: if mgmt vrf context exec dhclient in default vrf
226 * Fix: nlpacket: don't raise an exception on 24 bytes mac address (#140)
227 * Fix: IFLA_INFO_KIND: decode tunnel data
228 * Fix: XFRM for 2.x release
229 * Fix: addons.conf: remove duplicate entry for tunnel pre-up
230
231 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 04 Mar 2020 23:42:42 +0100
232
2bc14bc2
TL
233ifupdown2 (2.0.1-1+pve10) pve; urgency=medium
234
235 * avoid bringing network config in sync if pve-common isn't available
236
237 * openvswitch: do not remove tap|veth interfaces when adding an internal ovs
238 port
239
240 -- Proxmox Support Team <support@proxmox.com> Tue, 19 May 2020 22:11:49 +0200
241
242ifupdown2 (2.0.1-1+pve8) pve; urgency=medium
243
244 * drop now outdated allow=ovs systemd service ExecStart/Stop adaption
245
246 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Mar 2020 06:33:45 +0100
247
248ifupdown2 (2.0.1-1+pve7) pve; urgency=medium
249
250 * fupdown2-pre.service: fix udevadm path for non usr-merged systems
251
252 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Mar 2020 08:09:53 +0100
253
254ifupdown2 (2.0.1-1+pve6) pve; urgency=medium
255
256 * add openvswitch addon
257
258 * add patch to ifup/ifdown allow=ovs on start/stop
259
260 * add ifupdown2-pre.service service to be sure that networking devices are
261 correctly setup before networking service is started
262
263 * do not change interface forwarding value if not defined
264
265 * read/write the network configuration on upgrade and removal of the
266 ifupdown2 package, writing eventual changes to the pending 'interfaces.new'
267 changes file. This ensures compatibility adapations for a respective
268 ifupdwon2 or ifupdown1 version are enforced.
269
270 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 13:25:58 +0100
271
272ifupdown2 (2.0.1-1+pve4) pve; urgency=medium
273
274 * execute addon scripts before module to ensure OVS interfaces are available
275 at the time they're now being configured...
276
277 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Feb 2020 10:53:43 +0100
278
279ifupdown2 (2.0.1-1+pve3) pve; urgency=medium
280
281 * fix ordering and dependencies of networking.service
282
283 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 12:51:45 +0100
284
285ifupdown2 (2.0.1-1+pve2) pve; urgency=medium
286
287 * Update to 2.0.1-1
288
289 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 09:14:22 +0100
290
cf37f188
TL
291ifupdown2 (2.0.1-1) unstable; urgency=medium
292
293 * New argv option: --nldebug to print netlink debug message
294 * New: ethtool: nics (GRO, LRO GSO, TSO, UFO, TX and RX) offload attributes
295
296 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 31 Dec 2019 15:21:06 +0100
297
298ifupdown2 (2.0.0-1) unstable; urgency=medium
299
300 * Introduction of the live netlink cache
301 * Refactoring and PEP8 fixes
302 * Install systemd ifupdown2.netowrking.service and ifup.service
303 * Addons: bond: bond-primary attributes (closes: #9)
304 * Addons: address-virtual: vrrp support
305 * Addons: address: add arp-accept option
306 * Addons: tunnel: adding "tunnel-" prefix to every attributes
307 * Loopback interface won't go down (unless link-down yes)
308 * Macvlans (address-virtual) can now be configured without ips
309 * Add support for vxlan multicast group (vxlan-mcastgrp)
310 * New sets of poliicies:
311 - bridge polcy for vxlan port: bridge-vxlan-arp-nd-suppres (ON/off)
312 - bridge policy for vxlan port: bridge_vxlan_port_learning (ON/off)
313 - bridge policy for vxlan port:
314 vxlan_bridge_igmp_snooping_enable_port_mcrouter (1/0)
315
316 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 01 Oct 2019 23:42:42 +0200
317
2bc14bc2
TL
318ifupdown2 (1.2.8-1+pve4) pve; urgency=medium
319
320 * add arp-accept option required for bgp-evpn
321
322 * config: keep addon_syntax_check off to allow openvswitch syntax
323
324 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 14:29:11 +0100
325
326ifupdown2 (1.2.8-1+pve3) pve; urgency=medium
327
328 * re-add config tuning patch to allow multiple VLAN aware bridges and
329 allow `ovs_*` options to co-exist
330
331 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Aug 2019 06:58:55 +0200
332
333ifupdown2 (1.2.8-1+pve2) pve; urgency=medium
334
335 * restore the behavior to not remove (tap|veth|fwpr) interfaces from bridges
336 on ifup
337
338 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Aug 2019 16:43:11 +0200
339
340ifupdown2 (1.2.8-1+pve1) pve; urgency=medium
341
342 * update to upstream 1.2.8-1 release
343
344 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Aug 2019 11:06:45 +0200
345
cf37f188
TL
346ifupdown2 (1.2.8-1) unstable; urgency=medium
347
348 * New: Add policy dhcp6-duid to specify DUID type to be used for IPv6 interfaces
349
350 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 11 Jul 2019 23:42:42 +0200
351
352ifupdown2 (1.2.7-1) unstable; urgency=medium
353
354 * New: Add bridge-ports-condone-regex option (closes #117)
355
356 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 09 Jul 2019 23:42:42 +0200
357
358ifupdown2 (1.2.6-1) unstable; urgency=medium
359
360 * Fix: AttributeError exception in bridge module (fixes #90)
361 * Fix: ifupdownaddons: LinkUtils fix cmd concatenation (closes: #930839)
362 * New. policymanager: merge module policy instead of overriding duplicates
363 * New: set default mtu on user defined device (via link-type)
364 * New: add support for vxlan-ttl attribute
365 * New: add support for vrrp attribute
366 * New: introduce new bridge policy:
367 "vxlan_bridge_igmp_snooping_enable_port_mcrouter"
368 * New: link-down yes will also down macvlans
369 * New: XFRM addon module
370 * New: Add policy to wait for IPv6 link local address to be available
371
372 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 23 Jun 2019 23:42:42 -1000
373
2bc14bc2
TL
374ifupdown2 (1.2.5-2+pve1) pve; urgency=medium
375
376 * don't remove bridge if tap|veth|fw are connected
377 * ifup/ifdown vxlan interface on reload
378 * update to current upstream master
379 * add uplink-id option
380
381 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2019 10:22:34 +0200
382
383ifupdown2 (1.2.5-1+pvetest1) unstable; urgency=medium
384
385 * Update to 1.2.5-1
386
387 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 10:00:00 +0200
388
cf37f188 389ifupdown2 (1.2.5-1) unstable; urgency=medium
4c0e2ad7 390
cf37f188
TL
391 * Fix: ifupdown2 scripts: log warning on EACCES exception (Fixes #89)
392 * Fix: debian: install sysvinit script (closes: #918775)
393 * Fix: debian: postinst: remove diversion after upgrade from stretch
394 (closes: #919443)
395
396 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 21 Jan 2019 23:42:42 +8000
397
398ifupdown2 (1.2.4-1) unstable; urgency=medium
399
400 * Fix: statemanager directory path customization via ifupdown2.conf
401 (closes: #918832)
402
403 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 11 Jan 2019 23:42:42 +0000
4c0e2ad7 404
cf37f188 405ifupdown2 (1.2.3-1) unstable; urgency=medium
4c0e2ad7 406
cf37f188 407 * Fix: log: use stderr if syslog initialization fails (closes: #917534)
4c0e2ad7 408
cf37f188 409 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 30 Dec 2018 23:42:42 +0700
4c0e2ad7 410
2bc14bc2
TL
411ifupdown2 (1.2.2-1+pvetest1) unstable; urgency=medium
412
413 * Update to 1.2.2
414
415 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Dec 2018 09:00:00 +0200
416
cf37f188 417ifupdown2 (1.2.2-1) unstable; urgency=medium
02c0adc2 418
cf37f188
TL
419 * New: add support for B.A.T.M.A.N. adv. attributes
420 * New: support for new iproute2 format (bridge vlan show)
421 * New: add new checks for existing device with vxlan attributes
422 * Fix: pypi install: local addons modules should be loaded first
423 * Fix: link-down yes on vrf slaves
424 * Fix: nlmanager: use strerror to format kernel error
425 * Fix: ethtool: FEC: translate None and NotSupported values to link-fec off
426 * Fix: man: remove non-implemented -m option (closes: #905572)
02c0adc2 427
cf37f188 428 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 20 Dec 2018 23:42:42 +0000
02c0adc2 429
cf37f188 430ifupdown2 (1.2.1) UNRELEASED; urgency=medium
825a87a5 431
cf37f188
TL
432 * Fix #54: address module new l3_intf_default_gateway_set_onlink policy
433 * Fix: Link down does not work on any intf configured in a VRF
434 * Add: ethtool: add link-speed 10 to valid values array
435 * Add: address: add l3_intf_arp_accept policy to control ARP_ACCEPT
436 * Add: warning when bridge attribute are used on non br[port] intf
437 * Add: point-to-point protocol (ppp) addon to create/configure ppp interfaces
438 * Add: tunnel support (gretap, ipip, sit, vti, ip6gre, ipip6, ip6ip6, vti6)
439 * Add: 0/1/on/off/yes/no support to ip[6]-forward attribute
440 * Add: address module_globals policy l3_intf_arp_accept to control ARP_ACCEPT
441 * addressvirtual module_globals "addressvirtual_with_route_metric" policy
442 * Closes: ethtool: link-fec: local variable 'fec_attrs'
443 referencede before assignment
444 * Fix: ifquery -r incorrect for address-virtual and vrf configuration under
445 an interface
825a87a5 446
cf37f188 447 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 24 Oct 2018 23:42:42 +0200
825a87a5 448
2bc14bc2
TL
449ifupdown2 (1.2.0-1+pvetest1) unstable; urgency=medium
450
451 * Update to 1.2.0 tag with some fixups from master-next
452
453 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Jul 2018 10:47:42 +0200
454
455ifupdown2 (1.2.0-1~pvetest3) unstable; urgency=medium
456
457 * allow specifying addresses on vlan aware bridges
458
459 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jun 2018 10:05:00 +0200
460
461ifupdown2 (1.2.0-1~pvetest2) unstable; urgency=medium
462
463 * readd patch for vxlan/anycast support
464
465 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Jun 2018 09:56:51 +0200
466
467ifupdown2 (1.2.0-1~pvetest1) unstable; urgency=medium
468
469 * Initial 1.2.0 package
470
471 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jun 2018 09:14:59 +0200
472
cf37f188 473ifupdown2 (1.2.0) UNRELEASED; urgency=medium
14a5b60e 474
cf37f188
TL
475 * Package architecture refactoring and cleanups
476 * Package can be build/install as debian, pip or rpm package
477 * Makefile to easily perform tasks (i.e.: install, build, test, upload..)
478 * VRF slaves: add support for link-down yes
479 * addressvirtual: macvlan: add default metric to ip4 and ip6
480 * Closes #48: Run up/down on "manual" interfaces, but ignore any errors.
481 * Closes #58: address addon "vlan_aware_bridge_address_support" policy
482 * Traditional bridge support for mstpctl attr: (portautoedge, portrestrrole)
483 * Configuration for IPv6 link-local auto-generate mode, new attributes:
484 ipv6-addrgen (address addon)
485 address-virtual-ipv6-addrgen (addressvirtual addon)
14a5b60e 486
cf37f188 487 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 25 Jun 2018 23:42:42 +0200
14a5b60e 488
cf37f188 489ifupdown2 (1.1.18) UNRELEASED; urgency=medium
14a5b60e 490
cf37f188
TL
491 * Fix: Link down does not work on SVI configured in a VRF
492 * Fix: ifreload causes MTU to drop on bridge SVIs
493 * Fix: addons: addressvirtual: check if SVI name is first in routing table
494 * Fix: ifreload error on deleting bond slaves from an already configured bond
495 * Fix: ifupdown2 error is confusing when netmask is specified for vxlan-local-tunnelip
496 * Fix: ifupdown2 syntax check needed for vxlan interfaces
497 * Fix: vxlan-ageing default timer doesn't align with bridge-ageing
498 * Fix: Error with "ifreload -a -n" when MGMT VRF is not Applied
499 * Fix: using reserved VLAN range reports error but ifreload returns 0
500 * Fix: unable to set bridge-portmcrouter to "2"
501 * Fix: vxlan syntax-check warn on missing vxlan-local-tunnelip
502 * Fix: traditional bridge svi breaks when extra bridge added
503 * Fix: github #39: addons: vrf: fix vrf slave link kind
504 * New. Enabled: addons: vxlan: add support for vxlan-port attribute
5323721c 505
cf37f188 506 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 12 Apr 2018 11:10:04 +0200
5323721c 507
cf37f188 508ifupdown2 (1.1.17) UNRELEASED; urgency=medium
5323721c 509
cf37f188 510 * Fix: ip[6]-forward attributes not set at boot
f4a6c643 511
cf37f188 512 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 08 Feb 2018 09:48:37 +0100
f4a6c643 513
cf37f188 514ifupdown2 (1.1.16) UNRELEASED; urgency=medium
f4a6c643 515
cf37f188
TL
516 * Fix: python exception on macvlans address dump
517 * Fix: eth0 doesn't acquire DHCP address when mgmt VRF is enabled
df14fd67 518
cf37f188 519 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 09 Jan 2018 02:02:58 +0100
df14fd67 520
cf37f188 521ifupdown2 (1.1.15) UNRELEASED; urgency=medium
df14fd67 522
cf37f188
TL
523 * New. Enabled: bridge: add support for bridge-l2protocol-tunnel
524 * New. Enabled: bridge attributes, when removed reset to default
525 * New. Enabled: vxlan attributes, when removed reset to default
526 * New. Enabled: improve handling of optional resources (if missing bridge-utils/ethtool)
527 * Fix: policy "iface_defaults" not supported for MTU
528 * Fix: address module: handling of ipv4 & ipv6 (add/remove)
529 * Fix: warning for vlan reserved range
530 * Fix: MTU handling on bridge SVIs
e53b466e 531
cf37f188 532 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 22 Nov 2017 19:07:43 +0100
e53b466e 533
cf37f188 534ifupdown2 (1.1.14) UNRELEASED; urgency=medium
e53b466e 535
cf37f188
TL
536 * New. Enabled: default policy for bridge MAC address
537 * Fix: ethtool: don't set link speed and duplex if autoneg is on
e53b466e 538
cf37f188 539 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 25 Oct 2017 23:12:27 +0200
e53b466e 540
cf37f188 541ifupdown2 (1.1.13) UNRELEASED; urgency=medium
6b1d9515 542
cf37f188 543 * Fix: VRF: ssh session not killed on ifreload
6b1d9515 544
cf37f188 545 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 15 Sep 2017 22:43:12 +0200
6b1d9515 546
cf37f188 547ifupdown2 (1.1.12) UNRELEASED; urgency=medium
b3ed6183 548
cf37f188
TL
549 * New. Enabled: mpls-enable attribute
550 * New. Enabled: bond and bridge module moved to netlink configuration
551 * New. Enabled: handle a mix of auto and specified vrf table ids
552 * Fix: igmp attribute reset to defaults when removed from config
b3ed6183 553
cf37f188 554 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 07 Aug 2017 22:14:03 +0200
b3ed6183 555
cf37f188 556ifupdown2 (1.1.11) UNRELEASED; urgency=medium
5797b341 557
cf37f188
TL
558 * Fix: link-down attribute not applied on slave ports
559 * Fix: bug that prevented config of mtu below 1280
da9e12a7 560
cf37f188 561 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 18 May 2017 12:45:21 -0700
da9e12a7 562
cf37f188 563ifupdown2 (1.1.10) UNRELEASED; urgency=medium
da9e12a7 564
cf37f188
TL
565 * New. Enabled: drop the dependency to pkg_resources, hardcode version number (closes: #855401)
566 * New. Enabled: adjust allow-hotplug behavior to ifupdown (closes: #855598)
567 * New. Enabled: bond-lacp-rate support slow/fast argument
568 * New. Enabled: ifquery --syntax-help: add support for json output
569 * New. Enabled: vlan: add new attribute 'vlan-protocol'
570 * New. Enabled: address: add new attribute 'ip6-forward'
571 * New. Enabled: bridge: add new attribute 'bridge-mcstats'
572 * New. Enabled: bridge: add new attribute 'bridge-vlan-stats'
573 * New. Enabled: bridge: add new attribute 'bridge-vlan-protocol'
574 * New. Enabled: bridge: add new attribute 'bridge-arp-nd-suppress'
575 * Fix: bond: add attribute bond-(up|down)delay
576 * Fix: bridge-vids: --syntax-check accepts legacy syntax
aa0f0a38 577
cf37f188 578 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 17 Apr 2017 06:18:04 +0200
aa0f0a38 579
cf37f188 580ifupdown2 (1.1.9) UNRELEASED; urgency=medium
aa0f0a38 581
cf37f188 582 * New. Enabled: support for bridge-learning attribute
77805170 583
cf37f188 584 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 06 Feb 2017 13:22:51 -0800
77805170 585
cf37f188 586ifupdown2 (1.1.8) UNRELEASED; urgency=medium
77805170 587
cf37f188
TL
588 * New. Enabled: update link-speed values: add 25G and 50G
589 * New. Enabled: new 'link-down' [yes|no] attribute to keep link down
f0288a40 590
cf37f188 591 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 17 Jan 2017 08:39:29 +0100
f0288a40 592
cf37f188 593ifupdown2 (1.1.7) UNRELEASED; urgency=medium
f0288a40 594
cf37f188
TL
595 * New. Enabled: fix for inet and inet6 dhcp on the same interface
596 * New. Enabled: syntax check to warn on common configuration mistakes
597 * New. Enabled: addons: bridge: disable ip fwding on a bridge with no ip
598 and no upperifaces
599 * Fix: fixes for MTU handling
600 * Fix: dhcpv6 fails if interface doesn't have link-local addr
f0288a40 601
cf37f188 602 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 07 Dec 2016 05:48:45 +0100
f0288a40 603
cf37f188 604ifupdown2 (1.1.6) UNRELEASED; urgency=medium
f0288a40 605
cf37f188
TL
606 * Closes: github #14. add environment variables passed to user scripts
607 * New. Enabled: addons may provide a list of ifupdown scripts to ignore
f0288a40 608
cf37f188 609 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 19 Sep 2016 16:37:36 -0700
5976965f 610
cf37f188 611ifupdown2 (1.1.5) UNRELEASED; urgency=medium
5976965f 612
cf37f188
TL
613 * Fix: handling of EXISTS errors on address add
614 * Fix: handling of mtu on addressvirtual macvlan devices
615 * Fix: mako namespace handling
5976965f 616
cf37f188 617 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 16 Sep 2016 12:48:04 -0700
41e45a2f 618
cf37f188 619ifupdown2 (1.1.4) UNRELEASED; urgency=medium
41e45a2f 620
cf37f188
TL
621 * Performance improvements
622 * New. Enabled: sbin: start-networking: support hotplug class from init script
623 * New. Enabled: support for classical numerical bond modes
624 * New. Enabled: extend ifquery support for mstpctl addons
625 * New. Enabled: each addon may perform semantic and syntax checks by
626 implementing a custom method
627 * Fix: Support for address-virtual lines under a vrf slave
628 * Fix: Defaults for link attributes were not applied
629 * Fix: Disable IPv6 duplicate address detection on VRR interfaces
630 * Fix: ifquery to extract vlan-id from iface if not preset
631 * Fix: ifquery -c bridge pvid error on a valid config
41e45a2f 632
cf37f188 633 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 29 Jul 2016 08:55:50 -0700
be331821 634
cf37f188 635ifupdown2 (1.1.3) UNRELEASED; urgency=medium
be331821 636
cf37f188
TL
637 * Fix: Interface configuration parsing error when keyword vlan
638 is the interface name.
be331821 639
cf37f188 640 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 05 Jun 2016 08:55:50 -0700
a78fdaa6 641
cf37f188 642ifupdown2 (1.1.2) UNRELEASED; urgency=medium
a78fdaa6 643
cf37f188
TL
644 * Fix: checks for invalid address-virtual attributes
645 * New. Deprecated: `mstpctl-stp` attribute
646 * New. Deprecated: lacp parameters: bond-ad-sys-priority, bond-ad-sys-mac-addr
647 * New. Enabled: addon module for configuring vrf
648 * New. Enabled: bridge: display warning when (in vlan unware bridge)
649 an untagged bridge is not configured
650 * New. Enabled: adjusting MTU for vlan devices depending on lower device mtu
651 * New. Enabled: introduce checks for reserved vrf table names
652 * New. Enabled: ifquery: new option '--with-defaults' to include default
653 attributes
654 * New. Enabled: bridge: disabling ipv6 on bridge if any VXLAN port
655 * New. Enabled: vrf awareness in dhcp addon module
a78fdaa6 656
cf37f188 657 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 3 May 2016 14:42:42 -0700
a78fdaa6 658
cf37f188 659ifupdown2 (1.1) unstable; urgency=low
a63abd7b 660
cf37f188 661 * Initial release.
a63abd7b 662
cf37f188 663 -- Roopa Prabhu <roopa@cumulusnetworks.com> Thu, 20 Aug 2015 06:14:24 -0700