]> git.proxmox.com Git - mirror_ifupdown2.git/blame - debian/changelog
statemanager: configure state_dir via ifupdown2.conf
[mirror_ifupdown2.git] / debian / changelog
CommitLineData
9f98f360
JF
1ifupdown2 (1.2.4-1) unstable; urgency=medium
2
3 * Fix: statemanager directory path customization via ifupdown2.conf
4 (closes: #918832)
5
6 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 11 Jan 2019 23:42:42 +0000
7
72ba4569
JF
8ifupdown2 (1.2.3-1) unstable; urgency=medium
9
10 * Fix: log: use stderr if syslog initialization fails (closes: #917534)
11
12 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 30 Dec 2018 23:42:42 +0700
13
e28cc684 14ifupdown2 (1.2.2-1) unstable; urgency=medium
3b69ce6e 15
e28cc684
JF
16 * New: add support for B.A.T.M.A.N. adv. attributes
17 * New: support for new iproute2 format (bridge vlan show)
18 * New: add new checks for existing device with vxlan attributes
19 * Fix: pypi install: local addons modules should be loaded first
3b69ce6e
JF
20 * Fix: link-down yes on vrf slaves
21 * Fix: nlmanager: use strerror to format kernel error
e28cc684
JF
22 * Fix: ethtool: FEC: translate None and NotSupported values to link-fec off
23 * Fix: man: remove non-implemented -m option (closes: #905572)
3b69ce6e 24
e28cc684 25 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 20 Dec 2018 23:42:42 +0000
3b69ce6e 26
e5019fc9 27ifupdown2 (1.2.1) UNRELEASED; urgency=medium
43ea2a97 28
9d505185 29 * Fix #54: address module new l3_intf_default_gateway_set_onlink policy
a0ab870e 30 * Fix: Link down does not work on any intf configured in a VRF
ebfc7e29
JF
31 * Add: ethtool: add link-speed 10 to valid values array
32 * Add: address: add l3_intf_arp_accept policy to control ARP_ACCEPT
a0ab870e
JF
33 * Add: warning when bridge attribute are used on non br[port] intf
34 * Add: point-to-point protocol (ppp) addon to create/configure ppp interfaces
35 * Add: tunnel support (gretap, ipip, sit, vti, ip6gre, ipip6, ip6ip6, vti6)
1b5c4ba9
JF
36 * Add: 0/1/on/off/yes/no support to ip[6]-forward attribute
37 * Add: address module_globals policy l3_intf_arp_accept to control ARP_ACCEPT
23e8546d 38 * addressvirtual module_globals "addressvirtual_with_route_metric" policy
04f83b1a
JF
39 * Closes: ethtool: link-fec: local variable 'fec_attrs'
40 referencede before assignment
ebfc7e29
JF
41 * Fix: ifquery -r incorrect for address-virtual and vrf configuration under
42 an interface
43ea2a97 43
3abe6621 44 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 24 Oct 2018 23:42:42 +0200
43ea2a97 45
e5019fc9 46ifupdown2 (1.2.0) UNRELEASED; urgency=medium
43ea2a97 47
d486dd0d
JF
48 * Package architecture refactoring and cleanups
49 * Package can be build/install as debian, pip or rpm package
50 * Makefile to easily perform tasks (i.e.: install, build, test, upload..)
7cdb931e 51 * VRF slaves: add support for link-down yes
7b66b2fc 52 * addressvirtual: macvlan: add default metric to ip4 and ip6
05a49550 53 * Closes #48: Run up/down on "manual" interfaces, but ignore any errors.
70a6640c 54 * Closes #58: address addon "vlan_aware_bridge_address_support" policy
e9b89353
JF
55 * Traditional bridge support for mstpctl attr: (portautoedge, portrestrrole)
56 * Configuration for IPv6 link-local auto-generate mode, new attributes:
57 ipv6-addrgen (address addon)
58 address-virtual-ipv6-addrgen (addressvirtual addon)
59
43ea2a97 60 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 25 Jun 2018 23:42:42 +0200
d486dd0d 61
e5019fc9 62ifupdown2 (1.1.18) UNRELEASED; urgency=medium
d486dd0d
JF
63
64 * Fix: Link down does not work on SVI configured in a VRF
65 * Fix: ifreload causes MTU to drop on bridge SVIs
66 * Fix: addons: addressvirtual: check if SVI name is first in routing table
67 * Fix: ifreload error on deleting bond slaves from an already configured bond
68 * Fix: ifupdown2 error is confusing when netmask is specified for vxlan-local-tunnelip
69 * Fix: ifupdown2 syntax check needed for vxlan interfaces
70 * Fix: vxlan-ageing default timer doesn't align with bridge-ageing
71 * Fix: Error with "ifreload -a -n" when MGMT VRF is not Applied
72 * Fix: using reserved VLAN range reports error but ifreload returns 0
73 * Fix: unable to set bridge-portmcrouter to "2"
74 * Fix: vxlan syntax-check warn on missing vxlan-local-tunnelip
75 * Fix: traditional bridge svi breaks when extra bridge added
76 * Fix: github #39: addons: vrf: fix vrf slave link kind
77 * New. Enabled: addons: vxlan: add support for vxlan-port attribute
78
79 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 12 Apr 2018 11:10:04 +0200
80
e5019fc9 81ifupdown2 (1.1.17) UNRELEASED; urgency=medium
d486dd0d
JF
82
83 * Fix: ip[6]-forward attributes not set at boot
84
85 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 08 Feb 2018 09:48:37 +0100
86
e5019fc9 87ifupdown2 (1.1.16) UNRELEASED; urgency=medium
d486dd0d
JF
88
89 * Fix: python exception on macvlans address dump
90 * Fix: eth0 doesn't acquire DHCP address when mgmt VRF is enabled
91
92 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 09 Jan 2018 02:02:58 +0100
93
e5019fc9 94ifupdown2 (1.1.15) UNRELEASED; urgency=medium
d486dd0d
JF
95
96 * New. Enabled: bridge: add support for bridge-l2protocol-tunnel
97 * New. Enabled: bridge attributes, when removed reset to default
98 * New. Enabled: vxlan attributes, when removed reset to default
99 * New. Enabled: improve handling of optional resources (if missing bridge-utils/ethtool)
100 * Fix: policy "iface_defaults" not supported for MTU
101 * Fix: address module: handling of ipv4 & ipv6 (add/remove)
102 * Fix: warning for vlan reserved range
103 * Fix: MTU handling on bridge SVIs
104
105 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 22 Nov 2017 19:07:43 +0100
106
e5019fc9 107ifupdown2 (1.1.14) UNRELEASED; urgency=medium
d486dd0d
JF
108
109 * New. Enabled: default policy for bridge MAC address
110 * Fix: ethtool: don't set link speed and duplex if autoneg is on
111
112 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 25 Oct 2017 23:12:27 +0200
113
e5019fc9 114ifupdown2 (1.1.13) UNRELEASED; urgency=medium
d486dd0d
JF
115
116 * Fix: VRF: ssh session not killed on ifreload
117
118 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 15 Sep 2017 22:43:12 +0200
119
e5019fc9 120ifupdown2 (1.1.12) UNRELEASED; urgency=medium
d486dd0d
JF
121
122 * New. Enabled: mpls-enable attribute
123 * New. Enabled: bond and bridge module moved to netlink configuration
124 * New. Enabled: handle a mix of auto and specified vrf table ids
125 * Fix: igmp attribute reset to defaults when removed from config
126
127 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 07 Aug 2017 22:14:03 +0200
128
e5019fc9 129ifupdown2 (1.1.11) UNRELEASED; urgency=medium
d486dd0d
JF
130
131 * Fix: link-down attribute not applied on slave ports
132 * Fix: bug that prevented config of mtu below 1280
133
134 -- Julien Fortin <julien@cumulusnetworks.com> Thu, 18 May 2017 12:45:21 -0700
135
e5019fc9 136ifupdown2 (1.1.10) UNRELEASED; urgency=medium
23cba755
JF
137
138 * New. Enabled: drop the dependency to pkg_resources, hardcode version number (closes: #855401)
139 * New. Enabled: adjust allow-hotplug behavior to ifupdown (closes: #855598)
d486dd0d
JF
140 * New. Enabled: bond-lacp-rate support slow/fast argument
141 * New. Enabled: ifquery --syntax-help: add support for json output
142 * New. Enabled: vlan: add new attribute 'vlan-protocol'
143 * New. Enabled: address: add new attribute 'ip6-forward'
144 * New. Enabled: bridge: add new attribute 'bridge-mcstats'
145 * New. Enabled: bridge: add new attribute 'bridge-vlan-stats'
146 * New. Enabled: bridge: add new attribute 'bridge-vlan-protocol'
147 * New. Enabled: bridge: add new attribute 'bridge-arp-nd-suppress'
148 * Fix: bond: add attribute bond-(up|down)delay
149 * Fix: bridge-vids: --syntax-check accepts legacy syntax
23cba755 150
d486dd0d 151 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 17 Apr 2017 06:18:04 +0200
23cba755 152
e5019fc9 153ifupdown2 (1.1.9) UNRELEASED; urgency=medium
85398780
RP
154
155 * New. Enabled: support for bridge-learning attribute
156
d486dd0d 157 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 06 Feb 2017 13:22:51 -0800
85398780 158
e5019fc9 159ifupdown2 (1.1.8) UNRELEASED; urgency=medium
ad71ea83
JF
160
161 * New. Enabled: update link-speed values: add 25G and 50G
162 * New. Enabled: new 'link-down' [yes|no] attribute to keep link down
163
d486dd0d 164 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 17 Jan 2017 08:39:29 +0100
ad71ea83 165
e5019fc9 166ifupdown2 (1.1.7) UNRELEASED; urgency=medium
c0cfbfed
JF
167
168 * New. Enabled: fix for inet and inet6 dhcp on the same interface
169 * New. Enabled: syntax check to warn on common configuration mistakes
170 * New. Enabled: addons: bridge: disable ip fwding on a bridge with no ip
171 and no upperifaces
d486dd0d
JF
172 * Fix: fixes for MTU handling
173 * Fix: dhcpv6 fails if interface doesn't have link-local addr
c0cfbfed 174
d486dd0d 175 -- Julien Fortin <julien@cumulusnetworks.com> Wed, 07 Dec 2016 05:48:45 +0100
c0cfbfed 176
e5019fc9 177ifupdown2 (1.1.6) UNRELEASED; urgency=medium
81765e71 178
fccd6812
JF
179 * Closes: github #14. add environment variables passed to user scripts
180 * New. Enabled: addons may provide a list of ifupdown scripts to ignore
81765e71 181
d486dd0d 182 -- Julien Fortin <julien@cumulusnetworks.com> Mon, 19 Sep 2016 16:37:36 -0700
81765e71 183
e5019fc9 184ifupdown2 (1.1.5) UNRELEASED; urgency=medium
81765e71 185
d486dd0d
JF
186 * Fix: handling of EXISTS errors on address add
187 * Fix: handling of mtu on addressvirtual macvlan devices
188 * Fix: mako namespace handling
81765e71 189
d486dd0d 190 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 16 Sep 2016 12:48:04 -0700
81765e71 191
e5019fc9 192ifupdown2 (1.1.4) UNRELEASED; urgency=medium
ccc83304
JF
193
194 * Performance improvements
195 * New. Enabled: sbin: start-networking: support hotplug class from init script
196 * New. Enabled: support for classical numerical bond modes
197 * New. Enabled: extend ifquery support for mstpctl addons
346a0d68
JF
198 * New. Enabled: each addon may perform semantic and syntax checks by
199 implementing a custom method
d486dd0d
JF
200 * Fix: Support for address-virtual lines under a vrf slave
201 * Fix: Defaults for link attributes were not applied
202 * Fix: Disable IPv6 duplicate address detection on VRR interfaces
203 * Fix: ifquery to extract vlan-id from iface if not preset
204 * Fix: ifquery -c bridge pvid error on a valid config
ccc83304 205
d486dd0d 206 -- Julien Fortin <julien@cumulusnetworks.com> Fri, 29 Jul 2016 08:55:50 -0700
ccc83304 207
e5019fc9 208ifupdown2 (1.1.3) UNRELEASED; urgency=medium
1cf891d1 209
d486dd0d 210 * Fix: Interface configuration parsing error when keyword vlan
346a0d68 211 is the interface name.
1cf891d1 212
d486dd0d 213 -- Julien Fortin <julien@cumulusnetworks.com> Sun, 05 Jun 2016 08:55:50 -0700
1cf891d1 214
e5019fc9 215ifupdown2 (1.1.2) UNRELEASED; urgency=medium
7b2e838e 216
d486dd0d 217 * Fix: checks for invalid address-virtual attributes
612aadea
JF
218 * New. Deprecated: `mstpctl-stp` attribute
219 * New. Deprecated: lacp parameters: bond-ad-sys-priority, bond-ad-sys-mac-addr
220 * New. Enabled: addon module for configuring vrf
346a0d68
JF
221 * New. Enabled: bridge: display warning when (in vlan unware bridge)
222 an untagged bridge is not configured
612aadea
JF
223 * New. Enabled: adjusting MTU for vlan devices depending on lower device mtu
224 * New. Enabled: introduce checks for reserved vrf table names
346a0d68
JF
225 * New. Enabled: ifquery: new option '--with-defaults' to include default
226 attributes
612aadea
JF
227 * New. Enabled: bridge: disabling ipv6 on bridge if any VXLAN port
228 * New. Enabled: vrf awareness in dhcp addon module
7b2e838e 229
d486dd0d 230 -- Julien Fortin <julien@cumulusnetworks.com> Tue, 3 May 2016 14:42:42 -0700
7b2e838e 231
e5019fc9 232ifupdown2 (1.1) unstable; urgency=low
59dad2ca
RP
233
234 * Initial release.
235
d486dd0d 236 -- Roopa Prabhu <roopa@cumulusnetworks.com> Thu, 20 Aug 2015 06:14:24 -0700