aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/Kconfig
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2010-04-23 01:54:22 +0900
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2010-04-23 13:35:56 +0900
commit08b202b6726459626c73ecfa08fcdc8c3efc76c2 (patch)
tree1d4c3ac1584cf445beb6de2e2fd6f22ee64d23ae /net/bridge/Kconfig
parent8ef2a9a59854994bace13b5c4f7edc2c8d4d124e (diff)
downloadkernel_samsung_smdk4412-08b202b6726459626c73ecfa08fcdc8c3efc76c2.zip
kernel_samsung_smdk4412-08b202b6726459626c73ecfa08fcdc8c3efc76c2.tar.gz
kernel_samsung_smdk4412-08b202b6726459626c73ecfa08fcdc8c3efc76c2.tar.bz2
bridge br_multicast: IPv6 MLD support.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/bridge/Kconfig')
-rw-r--r--net/bridge/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig
index d115d5c..9190ae4 100644
--- a/net/bridge/Kconfig
+++ b/net/bridge/Kconfig
@@ -33,14 +33,14 @@ config BRIDGE
If unsure, say N.
config BRIDGE_IGMP_SNOOPING
- bool "IGMP snooping"
+ bool "IGMP/MLD 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.
+ forward multicast traffic based on IGMP/MLD traffic received from
+ each port.
Say N to exclude this support and reduce the binary size.