summaryrefslogtreecommitdiff
path: root/ipv6_test.go
AgeCommit message (Collapse)Author
2024-10-02Use testing.Fatalf() to log in testsxegineering
Using testing.Errorf() does not stop the test. This was never wanted.
2024-10-02Add soundbox.toLinkLocal()xegineering
To communicate with soundbox devices it is required to convert the known device MAC address (printed on the case) to an IPv6 link-local address.