IPV6: Add basic IPv6 support
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 16 Mar 2014 16:12:49 +0000 (09:12 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Mar 2014 01:25:49 +0000 (18:25 -0700)
This adds basic IPv6 support to libnfs.
Since libnfs currently only support PORTMAPPER protocol up to version 2
the IPv6 support only works if the server runs Both MOUNT and NFS protocols
on the same ports for IPv6 as for IPv4.

To get full IPv6 support we need to add support for PORTMAPPER version 3
and use it for discovery when using IPv6


No differences found