-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Link-Local detection and others (getScope method) #122
Comments
@didix16 ah, I think you want
re: 6to4 addresses, they don't necessarily map to a "scope" or a "type", so perhaps a new function that returns a well-known allocation would be useful? |
some more background here |
Yeah @beaugunderson. That would be nice! Also I'm missing the ULA range identification (those which starts with fd00::/8) https://en.wikipedia.org/wiki/Unique_local_address Thanks for your effort 👍 |
Hi,
I'm trying to detect some scopes from IPv6 but it seems does not work, specially with link local
However .isLinkLocal() seems to work fine. Maybe only getScope() method is failling.
The text was updated successfully, but these errors were encountered: