jgonian / commons-ip-math

https://github.com/jgonian/commons-ip-math
MIT License
74 stars 19 forks source link

IPv6 Addresses with Embedded IPv4 Addresses #2

Closed jgonian closed 9 years ago

jgonian commented 9 years ago

As reported on stackoverflow, the IPv6 address 1:2:3:4:5:6:1.2.3.4 should be a valid, but Ipv6.parse("1:2:3:4:5:6:1.2.3.4") throws an IllegalArgumentException.