You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net iface is showing you the mac address, which is used by default to create the extended address.
But the extended address could be something else, it's possible to change it.
Extended address is taken from iface's 15.4 context, and that one has to be in little endian as 15.4 frames requires it.
Shell could show it the same way as mac, why not. I'll make sure the set ext addr assumes this same order so it will reverse it.
802.15.4, as other radio tech, works in little endian on network level.
To keeps things simple, the inner context per-interface, stores the
extended address that way. But it can be confusing in shell then, so
let's work handle these addreses through EUI-64 format there.
Fixeszephyrproject-rtos#4936
Signed-off-by: Tomasz Bursztyka <[email protected]>
802.15.4, as other radio tech, works in little endian on network level.
To keeps things simple, the inner context per-interface, stores the
extended address that way. But it can be confusing in shell then, so
let's work handle these addreses through EUI-64 format there.
Fixes#4936
Signed-off-by: Tomasz Bursztyka <[email protected]>
One of them is shown reversed comparing to another. E.g. 11:22:...:88 vs 88:...:22:11.
The text was updated successfully, but these errors were encountered: