aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/bridge/Kconfig')
-rw-r--r--net/bridge/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig
index e143ca678881..78dd5497210a 100644
--- a/net/bridge/Kconfig
+++ b/net/bridge/Kconfig
@@ -31,3 +31,15 @@ config BRIDGE
31 will be called bridge. 31 will be called bridge.
32 32
33 If unsure, say N. 33 If unsure, say N.
34
35config BRIDGE_IGMP_SNOOPING
36 bool "IGMP snooping"
37 default y
38 ---help---
39 If you say Y here, then the Ethernet bridge will be able selectively
40 forward multicast traffic based on IGMP traffic received from each
41 port.
42
43 Say N to exclude this support and reduce the binary size.
44
45 If unsure, say Y.