tisdagen den 2 november 2004 kl 15.50 skrev Fredrik Thulin:
>
> That is an IPv4-in-IPv6 address.
>
> 32512 = 0x7f00. 0x7f = 127 decimal. the last two words (32512, 1) is
> actually the same as 127.0.0.1.
>
>
FYI
1> inet_parse:ntoa({0,0,0,0,0,65535,32512,1}).
"::FFFF:127.0.0.1"
/Tony