]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bridge/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[karo-tx-linux.git] / net / bridge / Kconfig
index e143ca678881748ab645fff4ae2e9f55ed2317f5..d115d5cea5b6b63421769ccfc2b12bd922ac5918 100644 (file)
@@ -31,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.