X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fbridge%2FKconfig;h=d115d5cea5b6b63421769ccfc2b12bd922ac5918;hb=fc7f99cf36ebae853639dabb43bc2f0098c59aef;hp=e143ca678881748ab645fff4ae2e9f55ed2317f5;hpb=b73b636e8987f8728c6c700377615757691b9a55;p=karo-tx-linux.git diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index e143ca678881..d115d5cea5b6 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig @@ -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.