[2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET

STALE7686d

2 messages, 2 authors, 2005-07-19 · open the first message on its own page

[2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET

From: Adrian Bunk <hidden>
Date: 2005-07-19 13:55:50

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

Re: [2.6 patch] BRIDGE_EBT_ARPREPLY must depend on INET

From: "David S. Miller" <davem@davemloft.net>
Date: 2005-07-19 21:00:49

From: Adrian Bunk <redacted>
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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help