]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(35network-manager): install nftables kernel modules needed
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Tue, 26 Nov 2024 10:27:54 +0000 (11:27 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 26 Nov 2024 16:16:02 +0000 (11:16 -0500)
NetworkManager requires nf_tables, nfnetlink and nft_fwd_netdev kernel
modules to operate balance-slb bonding mode.

Fixes a6264d1726d9 ("fix(35network-manager): install nft binary during module installation")

modules.d/35network-manager/module-setup.sh

index 06ebe1e88f4e3f1c68d494500837682c634b571e..1bc93935cace810d507feb3eb1b635ab75706bb2 100755 (executable)
@@ -14,6 +14,11 @@ depends() {
     return 0
 }
 
+# called by dracut
+installkernel() {
+    instmods nf_tables nfnetlink nft_fwd_netdev
+}
+
 # called by dracut
 install() {
     local _nm_version