3

I'm using OpenWRT on a TP-LINK TL-WR703N. I need to block large quantities of multicast data on the wired side from being transmitted on Wifi. I thought I could use IGMP Snooping for this, since I found a comment "starting from 2.6.34, the kernel has IGMP snooping feature for the software bridges (disabled by default in OpenWrt)" and my kernel is 3.6.11 running r34761, but I can't find anywhere that explains how to turn this feature on.

parsley72
  • 8,449
  • 8
  • 65
  • 98

1 Answers1

4

Finally got a response here:

echo "1" > /sys/devices/virtual/net/br-lan/bridge/multicast_snooping

or set it in file sysctl.conf

enrico.bacis
  • 30,497
  • 10
  • 86
  • 115
parsley72
  • 8,449
  • 8
  • 65
  • 98