* [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET
[not found] <[PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET>
@ 2010-03-13 21:10 ` Henrik Kretzschmar
2010-03-14 0:19 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Henrik Kretzschmar @ 2010-03-13 21:10 UTC (permalink / raw)
To: herbert; +Cc: bridge, netdev, linux-kernel, Henrik Kretzschmar
Linking the kernel fails with the the following error message,
if CONFIG_BRIDGE_IGMP_SNOOPING is set and CONFIG_INET is not set.
net/built-in.o: In function `br_multicast_alloc_query':
br_multicast.c:(.text+0x52045): undefined reference to `ip_send_check'
This patch is tested.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
---
net/bridge/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig
index 19a6b96..52ef2dc 100644
--- a/net/bridge/Kconfig
+++ b/net/bridge/Kconfig
@@ -34,7 +34,7 @@ config BRIDGE
config BRIDGE_IGMP_SNOOPING
bool "IGMP snooping"
- depends on BRIDGE
+ depends on BRIDGE && INET
default y
---help---
If you say Y here, then the Ethernet bridge will be able selectively
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET
2010-03-13 21:10 ` [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET Henrik Kretzschmar
@ 2010-03-14 0:19 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-03-14 0:19 UTC (permalink / raw)
To: henne; +Cc: herbert, bridge, netdev, linux-kernel
From: Henrik Kretzschmar <henne@nachtwindheim.de>
Date: Sat, 13 Mar 2010 22:10:11 +0100
> Linking the kernel fails with the the following error message,
> if CONFIG_BRIDGE_IGMP_SNOOPING is set and CONFIG_INET is not set.
>
> net/built-in.o: In function `br_multicast_alloc_query':
> br_multicast.c:(.text+0x52045): undefined reference to `ip_send_check'
>
> This patch is tested.
>
> Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
This has been fixed for some time in the net-2.6 tree
and now Linus just pulled that tree in so his tree
has the fix too.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-14 0:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <[PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET>
2010-03-13 21:10 ` [PATCH] [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET Henrik Kretzschmar
2010-03-14 0:19 ` David 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).