netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET
@ 2005-07-19 13:55 Adrian Bunk
  2005-07-19 21:00 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-07-19 13:55 UTC (permalink / raw)
  To: shemminger, coreteam; +Cc: netfilter-devel, bridge, netdev, linux-kernel

BRIDGE_EBT_ARPREPLY=y and INET=n results in the following compile error:

<--  snip  -->

...
  LD      .tmp_vmlinux1
net/built-in.o: In function `ebt_target_reply':
ebt_arpreply.c:(.text+0x68fb9): undefined reference to `arp_send'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.13-rc3-mm1-full/net/bridge/netfilter/Kconfig.old	2005-07-19 08:48:41.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/net/bridge/netfilter/Kconfig	2005-07-19 08:49:20.000000000 +0200
@@ -138,7 +138,7 @@
 #
 config BRIDGE_EBT_ARPREPLY
 	tristate "ebt: arp reply target support"
-	depends on BRIDGE_NF_EBTABLES
+	depends on BRIDGE_NF_EBTABLES && INET
 	help
 	  This option adds the arp reply target, which allows
 	  automatically sending arp replies to arp requests.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET
  2005-07-19 13:55 [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET Adrian Bunk
@ 2005-07-19 21:00 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-07-19 21:00 UTC (permalink / raw)
  To: bunk; +Cc: netdev, netfilter-devel, linux-kernel, coreteam, bridge,
	shemminger

From: Adrian Bunk <bunk@stusta.de>
Date: Tue, 19 Jul 2005 15:55:29 +0200

> BRIDGE_EBT_ARPREPLY=y and INET=n results in the following compile error:

Applied, thanks Adrian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-19 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-19 13:55 [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET Adrian Bunk
2005-07-19 21:00 ` David S. Miller

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).