google / ipaddr-py

Google's Python IP address manipulation library
Apache License 2.0
195 stars 70 forks source link

Link-Local IPv6 Unicast Addresses should be fe80::/64 instead of fe80::/10 #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check 1676 line in ipaddr.py
2. Link-Local IPv6 Unicast Addresses should be fe80::/64 instead of  fe80::/10

Original issue reported on code.google.com by ly880...@gmail.com on 26 Sep 2013 at 5:57