beaugunderson / ip-address

💻 a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript
http://ip-address.js.org/
MIT License
582 stars 73 forks source link

IPv6 scope API #152

Closed csakhullar closed 2 years ago

csakhullar commented 2 years ago

The scope of 'fe80::4444' using getScope() API returns 'Reserved' instead of 'Link local'. Is that not in contrast to the RFC?

csakhullar commented 2 years ago

Invalid.