From: Chuck Lever Date: Thu, 16 Sep 2010 18:25:52 +0000 (-0400) Subject: libexport.a: Enable IPv6 support in hostname.c X-Git-Tag: nfs-utils-1-2-3-rc6~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=63afb96b9d36e72782ad25ca496896029a9d9061;hp=63afb96b9d36e72782ad25ca496896029a9d9061;p=nfs-utils.git libexport.a: Enable IPv6 support in hostname.c If --enable-ipv6 is specified when building nfs-utils, libexport's host_foo() helpers can now return both IPv4 and IPv6 addresses. This means IPv6 presentation addresses and IPv6 DNS resolution results are handled properly in the mountd cache and /etc/exports, but does not yet enable IPv6 mountd listeners. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---