]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netfilter: Make legacy configs user selectable
authorBreno Leitao <leitao@debian.org>
Mon, 30 Sep 2024 09:58:54 +0000 (02:58 -0700)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 15 Oct 2024 08:00:24 +0000 (10:00 +0200)
commit6c959fd5e17387201dba3619b2e6af213939a0a7
tree55c7870e14e074931c086747d879e530ae7f1200
parentf66ebf37d69cc700ca884c6a18c2258caf8b151b
netfilter: Make legacy configs user selectable

This option makes legacy Netfilter Kconfig user selectable, giving users
the option to configure iptables without enabling any other config.

Make the following KConfig entries user selectable:
 * BRIDGE_NF_EBTABLES_LEGACY
 * IP_NF_ARPTABLES
 * IP_NF_IPTABLES_LEGACY
 * IP6_NF_IPTABLES_LEGACY

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/netfilter/Kconfig
net/ipv4/netfilter/Kconfig
net/ipv6/netfilter/Kconfig