]> git.ipfire.org Git - thirdparty/systemd.git/blob - modprobe.d/systemd.conf
Merge pull request #6431 from keszybz/hwdb-trivial-rows
[thirdparty/systemd.git] / modprobe.d / systemd.conf
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7 #
8 # When bonding module is loaded, it creates bond0 by default due to max_bonds
9 # option default value 1. This interferes with the network configuration
10 # management / networkd, as it is not possible to detect whether this bond0 was
11 # intentionally configured by the user, or should be managed by
12 # networkd/NM/etc. Therefore disable bond0 creation.
13
14 options bonding max_bonds=0