commit | a0f65a267dd62aef4e003f833ea6290fd1e07b34 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Mar 10 12:15:15 2012 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Mar 22 11:50:56 2012 +0100 |
tree | b37ba10499aca354aa66b23dfe0d4b7a26d6ee61 | |
parent | 5676cc7bfe1e388e87843f71daa229610385b41e [diff] |
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>