ip6
ip6 copied to clipboard
normalize return error on ipv4 converted to ipv6
uWebSockets node.js binding return this ip as an ipv6
::ffff:10.0.3.211
looks valid as i m able to find it, but it throws an Invalid adress error.
is it the normal behavior?
According to this online tool , it looks valid http://formvalidation.io/validators/ip/
I'm soooo sorry, I just saw this message here after two years and half. I will look into it.
Can you please educate me about what behavior did you expect? This looks like a mix of IPv6 and IPv4 address?
Now I am educated by https://tools.ietf.org/html/rfc5952#section-5.
But the rfc doesn't seem to mention what this form special ipv6 addresses should be expanded or compressed to. So I am not sure what to do. If you know what they should be represented, please let me know, and I will fix it. Thanks.