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