[erlang-patches] [PATCH] epmd: support IPv6 node registration
Dave Cottlehuber
dch@REDACTED
Wed Aug 19 09:34:38 CEST 2015
This is about Michael's (BCC'd) patch from 2013, lost in the space-time
vortex:
1st message
http://erlang.org/pipermail/erlang-patches/2013-February/003585.html
last message:
http://erlang.org/pipermail/erlang-patches/2013-February/003585.html
the almighty github seems to think this is still mergeable:
https://github.com/erlang/otp/compare/maint...msantos:epmd-IPv6-node-reg
As I can't see anything in the discussion that blocks this, can we have
it back please? IPv6 only is approaching (slightly faster than the heat
death of the universe) and I'd like erlang to be ready too.
I actually ran into this the last couple of days and the way I worked
around it was to create a local loopack 127.0.0.x address, and use this
trick from Bob Ippolito:
ERL_EPMD_ADDRESS=127.0.0.1 erl -kernel inet_dist_use_interface
"{127,0,0,1}" -name shell@REDACTED
It was on twitter but deserves to be easier to find in future than
https://twitter.com/etrepum/status/198481550713692160
A+
Dave
More information about the erlang-patches
mailing list