diff options
author | Florian Westphal <fw@strlen.de> | 2023-03-16 13:59:48 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2023-03-22 21:48:59 +0100 |
commit | bde7170a04d69ab8013d0582e60e414d46d46dd6 (patch) | |
tree | 4490365c130a9a02a2732fac83d16fdc240969be | |
parent | f6ca5d5ed7ecee1ff4721565fb5a276884d1e785 (diff) | |
download | linux-stable-bde7170a04d69ab8013d0582e60e414d46d46dd6.tar.gz linux-stable-bde7170a04d69ab8013d0582e60e414d46d46dd6.tar.bz2 linux-stable-bde7170a04d69ab8013d0582e60e414d46d46dd6.zip |
netfilter: xtables: disable 32bit compat interface by default
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>
-rw-r--r-- | net/netfilter/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 4d6737160857..d0bf630482c1 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. |