netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re[2]:  linux-next: Tree for Mar 9 (netfilter)
@ 2012-03-11 12:37 Hans Schillstrom
  2012-03-11 15:52 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Schillstrom @ 2012-03-11 12:37 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: Randy Dunlap, Stephen Rothwell, linux-next, LKML, netdev,
	netfilter-devel

Hello
>On Fri, Mar 09, 2012 at 12:30:42PM -0800, Randy Dunlap wrote:
>> On 03/09/2012 12:11 AM, Stephen Rothwell wrote:
>> 
>> > Hi all,
>> > 
>> > There will be no linux-next release on March 12 due to a public holiday.
>> > 
>> > Changes since 20120308:
>> 
>> 
>> xt_LOG.c:(.text+0x789b1): undefined reference to `ip6t_ext_hdr'
>> 
>> Full randconfig file is attached.
>
>The patch attached fixes this problem, thanks!


This one is needed as well,

To force xt_LOG  to be configured as a module if ipv6 is a module,
otherwise you end up in the same linking problem

Signed-off-by: Hans Schillstrom <hans@schillstrom.com>
---
 net/netfilter/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index 0c6f67e..4ef9c80 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -547,6 +547,7 @@ config NETFILTER_XT_TARGET_LED
 
 config NETFILTER_XT_TARGET_LOG
 	tristate "LOG target support"
+	depends on (IPV6 || IPV6=n)
 	default m if NETFILTER_ADVANCED=n
 	help
 	  This option adds a `LOG' target, which allows you to create rules in
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread
[parent not found: <20120309191101.8634973f7d9988c602143f7c@canb.auug.org.au>]

end of thread, other threads:[~2012-03-11 16:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <giupeu1.0f6dad72b5ddb117e753f5f660263a5d@obelix.schillstrom.com>
     [not found] ` <20120311165630.GA27265@1984>
2012-03-11 16:58   ` linux-next: Tree for Mar 9 (netfilter) Pablo Neira Ayuso
2012-03-11 12:37 Re[2]: " Hans Schillstrom
2012-03-11 15:52 ` Pablo Neira Ayuso
     [not found] <20120309191101.8634973f7d9988c602143f7c@canb.auug.org.au>
2012-03-09 20:30 ` Randy Dunlap
2012-03-10 11:21   ` Pablo Neira Ayuso
2012-03-10 16:45     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).