IPv4: unresolved multicast route cleanup
[safe/jmp/linux-2.6] / net / bridge / Kconfig
index 12265af..d115d5c 100644 (file)
@@ -5,6 +5,7 @@
 config BRIDGE
        tristate "802.1d Ethernet Bridging"
        select LLC
+       select STP
        ---help---
          If you say Y here, then your Linux box will be able to act as an
          Ethernet bridge, which means that the different Ethernet segments it
@@ -30,3 +31,17 @@ config BRIDGE
          will be called bridge.
 
          If unsure, say N.
+
+config BRIDGE_IGMP_SNOOPING
+       bool "IGMP snooping"
+       depends on BRIDGE
+       depends on INET
+       default y
+       ---help---
+         If you say Y here, then the Ethernet bridge will be able selectively
+         forward multicast traffic based on IGMP traffic received from each
+         port.
+
+         Say N to exclude this support and reduce the binary size.
+
+         If unsure, say Y.