Linus Lüssing
2015-Jul-31 13:57 UTC
[Bridge] Multicast packets are not bridged from ethernet to wireless interface
Hi Saurav, On Fri, Jul 31, 2015 at 03:50:35PM +0530, saurav barik wrote:> I am working on an Access Point device (AP1) running linux kernel 3.0.34 on > which my bridge configuration is as follows.There were quite some crucial bugs, I'm not quite sure whether 3.0.34 was actually usuable for multicast snooping. Any chance to try a recent kernel? Cheers, Linus
saurav barik
2015-Jul-31 14:26 UTC
[Bridge] Multicast packets are not bridged from ethernet to wireless interface
Thanks Linus. Sorry, it will not be possible to move to recent kernel. How does the mdb gets updated for multicast addresses? Is it learnt on basis of packets received from the network? For example, the multicast address I use for iperf is 234.100.100.100. I mentioned two scenarios in my earlier email. In case of eth0 being the active port on the mbr (multicast working scenario), I see br_multicast_new_group() and br_multicast_add_group() being called for this IP address moments after mbr is up. However in case of wlan0 as the uplink port of mbr, I don't see those functions being called. I guess for unicast packets, if the entry is not present in fdb, the packet is flooded on all other ports and its learnt and added to fdb based on the port on which response packet arrives. Is it true for Multicast packets too? Regards, Saurav On Fri, Jul 31, 2015 at 7:27 PM, Linus L?ssing <linus.luessing at c0d3.blue> wrote:> Hi Saurav, > > On Fri, Jul 31, 2015 at 03:50:35PM +0530, saurav barik wrote: > > I am working on an Access Point device (AP1) running linux kernel 3.0.34 > on > > which my bridge configuration is as follows. > > There were quite some crucial bugs, I'm not quite sure whether > 3.0.34 was actually usuable for multicast snooping. > > Any chance to try a recent kernel? > > Cheers, Linus >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/bridge/attachments/20150731/e86bb97f/attachment.html>