]> git.proxmox.com Git - mirror_ifupdown2.git/blob - debian/changelog
debian: changelog: update/refactor changelog 1.2.0 entry
[mirror_ifupdown2.git] / debian / changelog
1 ifupdown2 (1.2.0) UNRELEASED; urgency=medium
2 * Package architecture refactoring and cleanups
3 * Package can be build/install as debian, pip or rpm package
4 * Makefile to easily perform tasks (i.e.: install, build, test, upload..)
5 * Closes #58: ifupdown2.conf: vlan_aware_bridge_address_support on/off
6 * Traditional bridge support for mstpctl attr: (portautoedge, portrestrrole)
7 * Configuration for IPv6 link-local auto-generate mode, new attributes:
8 ipv6-addrgen (address addon)
9 address-virtual-ipv6-addrgen (addressvirtual addon)
10
11
12 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 15 Jun 2018 13:05:40 +0200
13
14 ifupdown2 (1.1.18) RELEASED; urgency=medium
15
16 * Fix: Link down does not work on SVI configured in a VRF
17 * Fix: ifreload causes MTU to drop on bridge SVIs
18 * Fix: addons: addressvirtual: check if SVI name is first in routing table
19 * Fix: ifreload error on deleting bond slaves from an already configured bond
20 * Fix: ifupdown2 error is confusing when netmask is specified for vxlan-local-tunnelip
21 * Fix: ifupdown2 syntax check needed for vxlan interfaces
22 * Fix: vxlan-ageing default timer doesn't align with bridge-ageing
23 * Fix: Error with "ifreload -a -n" when MGMT VRF is not Applied
24 * Fix: using reserved VLAN range reports error but ifreload returns 0
25 * Fix: unable to set bridge-portmcrouter to "2"
26 * Fix: vxlan syntax-check warn on missing vxlan-local-tunnelip
27 * Fix: traditional bridge svi breaks when extra bridge added
28 * Fix: github #39: addons: vrf: fix vrf slave link kind
29 * New. Enabled: addons: vxlan: add support for vxlan-port attribute
30
31 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 12 Apr 2018 11:10:04 +0200
32
33 ifupdown2 (1.1.17) RELEASED; urgency=medium
34
35 * Fix: ip[6]-forward attributes not set at boot
36
37 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 08 Feb 2018 09:48:37 +0100
38
39 ifupdown2 (1.1.16) RELEASED; urgency=medium
40
41 * Fix: python exception on macvlans address dump
42 * Fix: eth0 doesn't acquire DHCP address when mgmt VRF is enabled
43
44 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 09 Jan 2018 02:02:58 +0100
45
46 ifupdown2 (1.1.15) RELEASED; urgency=medium
47
48 * New. Enabled: bridge: add support for bridge-l2protocol-tunnel
49 * New. Enabled: bridge attributes, when removed reset to default
50 * New. Enabled: vxlan attributes, when removed reset to default
51 * New. Enabled: improve handling of optional resources (if missing bridge-utils/ethtool)
52 * Fix: policy "iface_defaults" not supported for MTU
53 * Fix: address module: handling of ipv4 & ipv6 (add/remove)
54 * Fix: warning for vlan reserved range
55 * Fix: MTU handling on bridge SVIs
56
57 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 22 Nov 2017 19:07:43 +0100
58
59 ifupdown2 (1.1.14) RELEASED; urgency=medium
60
61 * New. Enabled: default policy for bridge MAC address
62 * Fix: ethtool: don't set link speed and duplex if autoneg is on
63
64 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 25 Oct 2017 23:12:27 +0200
65
66 ifupdown2 (1.1.13) RELEASED; urgency=medium
67
68 * Fix: VRF: ssh session not killed on ifreload
69
70 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 15 Sep 2017 22:43:12 +0200
71
72 ifupdown2 (1.1.12) RELEASED; urgency=medium
73
74 * New. Enabled: mpls-enable attribute
75 * New. Enabled: bond and bridge module moved to netlink configuration
76 * New. Enabled: handle a mix of auto and specified vrf table ids
77 * Fix: igmp attribute reset to defaults when removed from config
78
79 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 07 Aug 2017 22:14:03 +0200
80
81 ifupdown2 (1.1.11) RELEASED; urgency=medium
82
83 * Fix: link-down attribute not applied on slave ports
84 * Fix: bug that prevented config of mtu below 1280
85
86 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 18 May 2017 12:45:21 -0700
87
88 ifupdown2 (1.1.10) RELEASED; urgency=medium
89
90 * New. Enabled: drop the dependency to pkg_resources, hardcode version number (closes: #855401)
91 * New. Enabled: adjust allow-hotplug behavior to ifupdown (closes: #855598)
92 * New. Enabled: bond-lacp-rate support slow/fast argument
93 * New. Enabled: ifquery --syntax-help: add support for json output
94 * New. Enabled: vlan: add new attribute 'vlan-protocol'
95 * New. Enabled: address: add new attribute 'ip6-forward'
96 * New. Enabled: bridge: add new attribute 'bridge-mcstats'
97 * New. Enabled: bridge: add new attribute 'bridge-vlan-stats'
98 * New. Enabled: bridge: add new attribute 'bridge-vlan-protocol'
99 * New. Enabled: bridge: add new attribute 'bridge-arp-nd-suppress'
100 * Fix: bond: add attribute bond-(up|down)delay
101 * Fix: bridge-vids: --syntax-check accepts legacy syntax
102
103 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 17 Apr 2017 06:18:04 +0200
104
105 ifupdown2 (1.1.9) RELEASED; urgency=medium
106
107 * New. Enabled: support for bridge-learning attribute
108
109 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 06 Feb 2017 13:22:51 -0800
110
111 ifupdown2 (1.1.8) RELEASED; urgency=medium
112
113 * New. Enabled: update link-speed values: add 25G and 50G
114 * New. Enabled: new 'link-down' [yes|no] attribute to keep link down
115
116 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 17 Jan 2017 08:39:29 +0100
117
118 ifupdown2 (1.1.7) RELEASED; urgency=medium
119
120 * New. Enabled: fix for inet and inet6 dhcp on the same interface
121 * New. Enabled: syntax check to warn on common configuration mistakes
122 * New. Enabled: addons: bridge: disable ip fwding on a bridge with no ip
123 and no upperifaces
124 * Fix: fixes for MTU handling
125 * Fix: dhcpv6 fails if interface doesn't have link-local addr
126
127 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 07 Dec 2016 05:48:45 +0100
128
129 ifupdown2 (1.1.6) RELEASED; urgency=medium
130
131 * Closes: github #14. add environment variables passed to user scripts
132 * New. Enabled: addons may provide a list of ifupdown scripts to ignore
133
134 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 19 Sep 2016 16:37:36 -0700
135
136 ifupdown2 (1.1.5) RELEASED; urgency=medium
137
138 * Fix: handling of EXISTS errors on address add
139 * Fix: handling of mtu on addressvirtual macvlan devices
140 * Fix: mako namespace handling
141
142 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 16 Sep 2016 12:48:04 -0700
143
144 ifupdown2 (1.1.4) RELEASED; urgency=medium
145
146 * Performance improvements
147 * New. Enabled: sbin: start-networking: support hotplug class from init script
148 * New. Enabled: support for classical numerical bond modes
149 * New. Enabled: extend ifquery support for mstpctl addons
150 * New. Enabled: each addon may perform semantic and syntax checks by
151 implementing a custom method
152 * Fix: Support for address-virtual lines under a vrf slave
153 * Fix: Defaults for link attributes were not applied
154 * Fix: Disable IPv6 duplicate address detection on VRR interfaces
155 * Fix: ifquery to extract vlan-id from iface if not preset
156 * Fix: ifquery -c bridge pvid error on a valid config
157
158 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 29 Jul 2016 08:55:50 -0700
159
160 ifupdown2 (1.1.3) RELEASED; urgency=medium
161
162 * Fix: Interface configuration parsing error when keyword vlan
163 is the interface name.
164
165 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 05 Jun 2016 08:55:50 -0700
166
167 ifupdown2 (1.1.2) RELEASED; urgency=medium
168
169 * Fix: checks for invalid address-virtual attributes
170 * New. Deprecated: `mstpctl-stp` attribute
171 * New. Deprecated: lacp parameters: bond-ad-sys-priority, bond-ad-sys-mac-addr
172 * New. Enabled: addon module for configuring vrf
173 * New. Enabled: bridge: display warning when (in vlan unware bridge)
174 an untagged bridge is not configured
175 * New. Enabled: adjusting MTU for vlan devices depending on lower device mtu
176 * New. Enabled: introduce checks for reserved vrf table names
177 * New. Enabled: ifquery: new option '--with-defaults' to include default
178 attributes
179 * New. Enabled: bridge: disabling ipv6 on bridge if any VXLAN port
180 * New. Enabled: vrf awareness in dhcp addon module
181
182 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 3 May 2016 14:42:42 -0700
183
184 ifupdown2 (1.1.0) unstable; urgency=low
185
186 * Initial release.
187
188 -- Roopa Prabhu <roopa@cumulusnetworks.com> Thu, 20 Aug 2015 06:14:24 -0700