From 66cd4885c4b60e56488e6e659b3f22969ec74432 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 15 Nov 2019 00:03:48 -0600 Subject: Fix up 'bonding' modprobe config to match others --- modprobe.d/bonding.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3