Hi All,
I have a problem sending multicast from ot-br-posix. I've checked the same scenario with two nrf52840 devices and it works as expected. The issue setup is:
node1:
ot-br-posix latest docker image with nrf52840 USB dongle flashed with RCP device
firmware. USB dongle was built from the latest OT snapshot with the following parameters:
make -f examples/Makefile-nrf52840 USB=1 BOOTLOADER=USB THREAD_VERSION=1.2
BTW: I can't run RCP USB dongle built without THREAD_VERSION=1.2 option. ot-br-posix doesn't start due to capability error. Is it expected?
node2:
nrf52840 FTD device build from the latest OT snapshot with the following parameters:
make -f examples/Makefile-nrf52840 JOINER=1 COMMISSIONER=1 UDP=1
Network is formed, ping works in both directions.
On the device:
udp open
udp bind :: 1234
On the ot-br-posix:
udp open
udp send fd32:bfa4:e756:ab1e:0:ff:fe00:6800 1234 test -> works as expected
udp send ff03:0:0:0:0:0:0:1 1234 testmulticast -> I see nothing on the other side.
The same scenario works as expected if use two nrf52840 FTD device.
What could be the reason? Which logs/configs should I check?
Thanks,
Oleksandr Grytsov.