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