[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141207182313.GA4243@salvia>
Date: Sun, 7 Dec 2014 19:23:13 +0100
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org,
Arturo Borrero Gonzalez <arturo.borrero.glez@...il.com>
Subject: Re: [PATCH] netfilter: Fix build for NETFILTER_XT_TARGET_REDIRECT
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists