From: Luca Boccassi Date: Fri, 12 Jan 2024 21:44:51 +0000 (+0000) Subject: modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0 X-Git-Tag: v256-rc1~1168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0c45a633af94bab810f47abe57bc47c67e0b516;p=thirdparty%2Fsystemd.git modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0 Fixes https://github.com/systemd/systemd/issues/30913 --- diff --git a/modprobe.d/systemd.conf b/modprobe.d/systemd.conf index 652254155c2..e6499a0d612 100644 --- a/modprobe.d/systemd.conf +++ b/modprobe.d/systemd.conf @@ -18,3 +18,7 @@ options bonding max_bonds=0 # Do the same for dummy0. options dummy numdummies=0 + +# Do the same for ifb0. + +options ifb numifbs=0