Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184567
b: refs/heads/master
c: eb1d164
h: refs/heads/master
i:
  184565: 2475495
  184563: d5c3fd6
  184559: 1a521c7
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 28, 2010
1 parent 0de6d5c commit d661cd4
Show file tree
Hide file tree
Showing 5 changed files with 1,289 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 025d89c27f54c69cd0e51666d88aada33666bb6c
refs/heads/master: eb1d16414339a6e113d89e2cca2556005d7ce919
12 changes: 12 additions & 0 deletions trunk/net/bridge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ config BRIDGE
will be called bridge.

If unsure, say N.

config BRIDGE_IGMP_SNOOPING
bool "IGMP snooping"
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.
2 changes: 2 additions & 0 deletions trunk/net/bridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o

bridge-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o

bridge-$(CONFIG_BRIDGE_IGMP_SNOOPING) += br_multicast.o

obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/
Loading

0 comments on commit d661cd4

Please sign in to comment.