Closed jgonian closed 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.
1:2:3:4:5:6:1.2.3.4
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.