-
Beta Was this translation helpful? Give feedback.
Answered by
lespea
Jan 7, 2024
Replies: 2 comments 1 reply
-
For bonus points, is there a way i can get the client list to show the names of the device? Currently, IPv6 is not showing the correct names, just showing the ipv6 address. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Those are link local ipv6 addresses which need to specify the interface they're for. Random stack overflow post on the matter. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RoyalClem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those are link local ipv6 addresses which need to specify the interface they're for. Random stack overflow post on the matter.