Hey all, first time poster here.
I'm having issues using the ping functionality of the the Matter interface. Note, I have a good grasp on IPv4, but 6 still eludes me. If I attempt to ping my Aqara M3 hub via the Home Assistant UI, it fails on the IPv6 Local link address. However, if I exec into the matter docker container and ping that address with the interface specified the device responds to pings
root@core-matter-server:~# ping6 fe80::56ef:44ff:fe6e:8090%enp0s10
PING fe80::56ef:44ff:fe6e:8090%enp0s10(fe80::56ef:44ff:fe6e:8090%enp0s10) 56 data bytes
64 bytes from fe80::56ef:44ff:fe6e:8090%enp0s10: icmp_seq=1 ttl=64 time=1.55 ms
64 bytes from fe80::56ef:44ff:fe6e:8090%enp0s10: icmp_seq=2 ttl=64 time=1.61 ms
64 bytes from fe80::56ef:44ff:fe6e:8090%enp0s10: icmp_seq=3 ttl=64 time=2.94 ms
Am I doing something wrong, or is this a bug?