* [PATCH nf-next] netfilter: xtables: disable 32bit compat interface by default
@ 2023-03-16 12:59 Florian Westphal
0 siblings, 0 replies; only message in thread
From: Florian Westphal @ 2023-03-16 12:59 UTC (permalink / raw)
To: netfilter-devel; +Cc: Florian Westphal
This defaulted to 'y' because before this knob existed the 32bit
compat layer was always compiled in if CONFIG_COMPAT was set.
32bit iptables on 64bit kernel isn't common anymore, so remove
the default-y now.
Signed-off-by: Florian Westphal <fw@strlen.de>
---
net/netfilter/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 7f9f8f6cf41a..3d44d55d82ed 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -753,7 +753,6 @@ if NETFILTER_XTABLES
config NETFILTER_XTABLES_COMPAT
bool "Netfilter Xtables 32bit support"
depends on COMPAT
- default y
help
This option provides a translation layer to run 32bit arp,ip(6),ebtables
binaries on 64bit kernels.
--
2.39.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-16 13:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-16 12:59 [PATCH nf-next] netfilter: xtables: disable 32bit compat interface by default Florian Westphal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox