summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-08-02 13:41:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-08-02 08:41:18 -0400
commit582faeb461aa0dd01b55bf6c9b1433532fc927d3 (patch)
tree74b608e0176ff3902f2b6aa783aa4ec712908649 /NEWS
parentd2a1ba103b4ea22764953d795c36db3d492d50c9 (diff)
downloadsystemd-582faeb461aa0dd01b55bf6c9b1433532fc927d3.tar.gz
modprobe.d: ship drop-in to set bonding max_bonds to 0 (#6448)
This allows networkd to correctly manage bond0 using networkd, when requested by the user. Fixes #5971 #6184
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d56b7a6f27..199b020d8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
systemd System and Service Manager
+CHANGES WITH 235:
+
+ * modprobe.d drop-in is now shipped by default that sets bonding module
+ option max_bonds=0. This overrides the kernel default, to avoid
+ conflicts and ambigiuty as to whether or not bond0 should be managed
+ by networkd or not. This resolves multiple bugs of bond0 properties
+ not being applied, when bond0 is configured with
+ networkd. Distributors may choose to not package this, however in
+ that case users will be prevented from correctly managing bond0
+ interface using networkd.
+
CHANGES WITH 234:
* Meson is now supported as build system in addition to Automake. It is