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