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