netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 10 Mar 2012 11:15:15 +0000 (12:15 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 22 Mar 2012 10:50:56 +0000 (11:50 +0100)
commita0f65a267dd62aef4e003f833ea6290fd1e07b34
treeb37ba10499aca354aa66b23dfe0d4b7a26d6ee61
parent5676cc7bfe1e388e87843f71daa229610385b41e
netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6

This fixes the following linking error:

xt_LOG.c:(.text+0x789b1): undefined reference to `ip6t_ext_hdr'

ifdefs have to use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6.

Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_LOG.c