diff options
author | Robby Workman <rworkman@slackware.com> | 2019-11-15 00:03:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2019-11-15 00:03:48 -0600 |
commit | 66cd4885c4b60e56488e6e659b3f22969ec74432 (patch) | |
tree | 65d87188e884f90430d421418f2c9ca81996a051 /modprobe.d/bonding.conf | |
parent | c681b65f713aea1585349057532cb5964f832a4f (diff) | |
download | slacknetsetup-66cd4885c4b60e56488e6e659b3f22969ec74432.tar.xz |
Fix up 'bonding' modprobe config to match others
Diffstat (limited to 'modprobe.d/bonding.conf')
-rw-r--r-- | modprobe.d/bonding.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modprobe.d/bonding.conf b/modprobe.d/bonding.conf index 20652c2..c33faf6 100644 --- a/modprobe.d/bonding.conf +++ b/modprobe.d/bonding.conf @@ -1,2 +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 |