On Sat, Dec 06, 2014 at 01:41:59AM -0800, Guenter Roeck wrote: > Fix: > > ERROR: "nf_nat_redirect_ipv6" [net/netfilter/xt_REDIRECT.ko] undefined! > > Seen if NETFILTER_XT_TARGET_REDIRECT is configured but NF_NAT_IPV6 > is not, since code compiled with NF_NAT_REDIRECT_IPV6 is used > unconditionally by code enabled with NETFILTER_XT_TARGET_REDIRECT. > This means that NETFILTER_XT_TARGET_REDIRECT depends on NF_NAT_IPV6 > and must always select NF_NAT_REDIRECT_IPV6. Thanks for your patch. However, we decided to resolve this by combining nf_reject_ipv4 and nf_reject_ipv6. See b59eaf9 ("netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module"). Let us know if you still hit problems after that patch. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html