]> git.decadent.org.uk Git - nfs-utils.git/commit
mountd: Support IPv6 in mountd's svc routines
authorChuck Lever <chuck.lever@oracle.com>
Thu, 16 Sep 2010 17:44:02 +0000 (13:44 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 16 Sep 2010 18:33:51 +0000 (14:33 -0400)
commit4210d6f0c9cad57907877bf1e5d32ebe4a27bf17
tree30638659728aab2baddba070a9326b0a1a554b6e
parentf35762f959cc5f29ad7817f8b7968e3792132651
mountd: Support IPv6 in mountd's svc routines

Replace IPv4-specific code with use of our generic hostname helpers
in the routines that handle incoming MNT RPC requests.

These functions will support IPv6 without additional changes, once
IPv6 is enabled in the generic hostname helpers.

As part of this update, I've modified all of mountd's _svc routines
to use a debug message format that is consistent with statd.  It may
be overkill for some of these; if so we can pull them out later.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/mountd.c