Multicast Issue

I just wanted to share this incase someone else ran into this. I was having issues with multicast not working, turns out there is a filter on the multicast addresses allowed. But, i couldn’t figure out how to pass this value in , so I disabled it.

uci set wireless.radio0.enable_mcast_whitelist=0
uci commit
reload_config
reboot
1 Like

Adding values to the multicast whitelist should be possible through ip with ip route add 225.1.2.3 dev wlan0 - but disabling the whitelist is an option too!