From: Chuck Lever Date: Mon, 17 Nov 2008 21:08:03 +0000 (-0500) Subject: Add AF_INET6-capable API to acquire an RPC CLIENT * X-Git-Tag: nfs-utils-1-1-5~62 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=162cbdd19830abaf6a3fd64a22839023ce99185d;hp=162cbdd19830abaf6a3fd64a22839023ce99185d Add AF_INET6-capable API to acquire an RPC CLIENT * Provide a simple interface that any component of nfs-utils can use to acquire an RPC CLIENT *. This is an AF_INET6-enabled API, and can also handle PF_LOCAL sockets if libtirpc is present on the system. When libtirpc is not available, legacy RPC services will be used instead, and an attempt to connect to an AF_INET6 address will fail. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---