Skip to content

kconfig check: enable NFT_COMPAT for iptables-nft wrapper

jane400 requested to merge jane400/pmbootstrap:enable-nft-compat into master

we're not in the nftables only world yet, things like docker and tailscale only work with the iptables command. those programs expect iptable-modules, which we make available to nftables over the nftables/iptables compat layer.

fixes various issues, that docker doesn't run on device xy, as bringing up networking fails. e.g.: pmaports#2328

Merge request reports