Subject: | ip_expand_address accepts invalid IPv6 addresses... |
... and turns them into valid ones.
ip_expand_address("1::2::3",6)
returns
0001:0000:0000:0000:0000:0002:0000:0003
The output is a valid IPv6 address, that doesn't correspond to the
input, which is not an IPv6 address at all.