diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-08-02 13:41:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-08-02 08:41:18 -0400 |
commit | 582faeb461aa0dd01b55bf6c9b1433532fc927d3 (patch) | |
tree | 74b608e0176ff3902f2b6aa783aa4ec712908649 /NEWS | |
parent | d2a1ba103b4ea22764953d795c36db3d492d50c9 (diff) | |
download | systemd-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-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |