From: Chuck Lever Date: Thu, 14 Jan 2010 17:22:09 +0000 (-0500) Subject: sm-notify: Replace RPC code X-Git-Tag: nfs-utils-1-2-2-rc7~23 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=e132bb5d5ef85420bb188bceecea361d30cb2bfe;hp=e132bb5d5ef85420bb188bceecea361d30cb2bfe sm-notify: Replace RPC code Replace the open code to construct SM_NOTIFY and PMAP_GETPORT RPC requests with calls to our new library routines that support IPv6 and RPCB_GETADDR as well. This change allows sm-notify to send RPCB_GETADDR, but it won't do that until the main sm-notify socket supports PF_INET6 and the DNS resolution logic is updated to return IPv6 addresses. Signed-off-by: Chuck Lever ---