« Return to Thread: Broken ipv6 behavior?

Re: Broken ipv6 behavior?

by Matthew Dempsky-3 :: Rate this Message:

Reply to Author | View in Thread

On Tue, Apr 8, 2008 at 4:22 PM, Tony Rogvall <tony@...> wrote:
> Make sure the {inet6, Bool} in the inetrc is set to true?
>
>  See ERTS User's Guide / Inet configuration.

Makes no difference.  DNS cache still only shows an A query.

matthew@pollux:/tmp$ echo '{inet6, true}.' > inetrc
matthew@pollux:/tmp$ erl -kernel inetrc '"/tmp/inetrc"'
Erlang (BEAM) emulator version 5.6.1 [source] [smp:2]
[async-threads:0] [kernel-poll:false]

Eshell V5.6.1  (abort with ^G)
1> inet:getaddr("ipv6.google.com", inet6).
{error,nxdomain}
_______________________________________________
erlang-questions mailing list
erlang-questions@...
http://www.erlang.org/mailman/listinfo/erlang-questions

 « Return to Thread: Broken ipv6 behavior?