Skip to content

Commit

Permalink
fix(35network-manager): install nftables kernel modules needed
Browse files Browse the repository at this point in the history
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")

(cherry picked from commit 037da383dd8d9d9d699f1430d6afc790b28b18f8)

Resolves: RHEL-64754
  • Loading branch information
ffmancera authored and pvalena committed Nov 27, 2024
1 parent 29616c6 commit bf50599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules.d/35network-manager/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ installkernel() {
return 0
}

# called by dracut
installkernel() {
instmods nf_tables nfnetlink nft_fwd_netdev
}

# called by dracut
install() {
local _nm_version
Expand Down

0 comments on commit bf50599

Please sign in to comment.