[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BED8650.5040808@trash.net>
Date: Fri, 14 May 2010 19:20:16 +0200
From: Patrick McHardy <kaber@...sh.net>
To: Randy Dunlap <randy.dunlap@...cle.com>
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
netdev <netdev@...r.kernel.org>,
Jan Engelhardt <jengelh@...ozas.de>,
netfilter-devel@...r.kernel.org, linux-next@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH -next] netfilter: xt_TEE depends on NF_CONNTRACK
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix xt_TEE build for the case of NF_CONNTRACK=m and
> NETFILTER_XT_TARGET_TEE=y:
>
> xt_TEE.c:(.text+0x6df5c): undefined reference to `nf_conntrack_untracked'
> 4x
>
> Built with all 4 m/y combinations.
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Patrick McHardy <kaber@...sh.net>
> Cc: Jan Engelhardt <jengelh@...ozas.de>
Acked-by: Patrick McHardy <kaber@...sh.net>
Dave, please apply directly. Thanks!
> ---
> net/netfilter/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20100514.orig/net/netfilter/Kconfig
> +++ linux-next-20100514/net/netfilter/Kconfig
> @@ -506,6 +506,7 @@ config NETFILTER_XT_TARGET_TEE
> tristate '"TEE" - packet cloning to alternate destiantion'
> depends on NETFILTER_ADVANCED
> depends on (IPV6 || IPV6=n)
> + depends on !NF_CONNTRACK || NF_CONNTRACK
> ---help---
> This option adds a "TEE" target with which a packet can be cloned and
> this clone be rerouted to another nexthop.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists