diff options
Diffstat (limited to 'source/n/network-scripts/modprobe.d/bonding.conf')
-rw-r--r-- | source/n/network-scripts/modprobe.d/bonding.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/n/network-scripts/modprobe.d/bonding.conf b/source/n/network-scripts/modprobe.d/bonding.conf new file mode 100644 index 00000000..c33faf65 --- /dev/null +++ b/source/n/network-scripts/modprobe.d/bonding.conf @@ -0,0 +1,9 @@ +############################################################################## +# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that +############################################################################## +# +# Disable the automatic creation of a bond0 interface when module is loaded +# Otherwise, /etc/rc.d/rc.inet1 will not be able to configure it +# +options bonding max_bonds=0 +options rtnl-link-bond max_bonds=0 |