Hi,
I have fully migrated my router to the new bridge implementation introduced in 6.41.
Everything works fine, just IGMP Snooping doesn’t work.
I have one bridge with multiple VLANs. I get IPTV from my ISP on VLAN 3999 and tag it in
/interface bridge vlan
I also tag ports that go to the STBs, the same way (
/interface bridge vlan add bridge=bridge3 vlan-ids=3999 tagged=combo1,ether5,ether6
)
IPTV works. If I then enable IGMP snooping, it works fine
/interface bridge set igmp-snooping=yes 0
But in my bridge there is also a PPPoE server on VLAN and IGMP snooping brakes that.
Is there a way to enable IGMP snooping only on one VLAN? I already tried to disable unknown-multicast-flood instead of IGMP snooping on IPTV ports, but it does not work.