Skip to content

Commit

Permalink
netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG
Browse files Browse the repository at this point in the history
make defconfig reports:

warning: (NETFILTER_XT_TARGET_LOG) selects NF_LOG_IPV6 which has unmet direct dependencies (NET && INET && IPV6 && NETFILTER && NETFILTER_ADVANCED)

Fixes: d79a61d netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pablo Neira authored and David S. Miller committed Sep 2, 2014
1 parent abccc58 commit 41ad82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ config NFT_REJECT_IPV6

config NF_LOG_IPV6
tristate "IPv6 packet logging"
depends on NETFILTER_ADVANCED
default m if NETFILTER_ADVANCED=n
select NF_LOG_COMMON

config NF_NAT_IPV6
Expand Down

0 comments on commit 41ad82f

Please sign in to comment.