]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: Kconfig: Change select IPv6 dependencies
authorMáté Eckl <ecklm94@gmail.com>
Tue, 10 Jul 2018 14:01:28 +0000 (16:01 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 Jul 2018 13:27:54 +0000 (15:27 +0200)
commit22f5f047755e302f1a4095e213612786f0ddbc4f
tree8496382905c6fb5b8aaf336f3ba54c62b87ef0cc
parentaedd95f67167d610ace8569c5f94ea9d5a8d0888
netfilter: Kconfig: Change select IPv6 dependencies

... from IPV6 to NF_TABLES_IPV6 and IP6_NF_IPTABLES.

In some cases module selects depend on IPV6, but this means that they
select another module even if eg. NF_TABLES_IPV6 is not set in which
case the selected module is useless due to the lack of IPv6 nf_tables
functionality.

The same applies for IP6_NF_IPTABLES and iptables.

Joint work with: Arnd Bermann <arnd@arndb.de>

Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Kconfig
net/netfilter/nft_socket.c
net/netfilter/xt_TEE.c