Skip to content

Commit

Permalink
bridge br_multicast: IPv6 MLD support.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
yoshfuji committed Apr 23, 2010
1 parent 8ef2a9a commit 08b202b
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 4 deletions.
6 changes: 3 additions & 3 deletions net/bridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading

0 comments on commit 08b202b

Please sign in to comment.