From: Michael Tremer Date: Thu, 27 Nov 2025 17:02:52 +0000 (+0000) Subject: iptables: Make all tools use the nft compat layer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48c52774aba32891b33cacc40c420e7cc8d9b2d;p=ipfire-2.x.git iptables: Make all tools use the nft compat layer Signed-off-by: Michael Tremer --- diff --git a/lfs/iptables b/lfs/iptables index 069813733..a2b19c20b 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -98,6 +98,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Use iptables-nft by default ln -svf xtables-nft-multi /sbin/iptables + ln -svf xtables-nft-multi /sbin/iptables-restore + ln -svf xtables-nft-multi /sbin/iptables-save + ln -svf xtables-nft-multi /sbin/iptables-xml + ln -svf xtables-nft-multi /sbin/ip6tables + ln -svf xtables-nft-multi /sbin/ip6tables-restore + ln -svf xtables-nft-multi /sbin/ip6tables-save @rm -rf $(DIR_APP) $(DIR_SRC)/netfilter-layer7* @$(POSTBUILD)