RFC 5952 converter tool

Nick Hilliard nick at foobar.org
Wed Nov 27 23:28:20 CET 2013


On 27/11/2013 20:43, Leo Vegoda wrote:
> Can anyone recommend a library or other tool, preferably open source,
> that can take non-RFC 5952 formatted IPv6 addresses and convert them to
> a compliant format?

inet_ntop(3) is the canonical function for this.  Make sure your byte order
is correct.

Nick



More information about the ipv6-ops mailing list