]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
add -r flag to make mountd do reverse resolve of ipaddress on the fly
authorJeff Layton <jlayton@redhat.com>
Mon, 18 Dec 2006 20:44:11 +0000 (15:44 -0500)
committerNeil Brown <neilb@suse.de>
Mon, 18 Dec 2006 22:31:22 +0000 (09:31 +1100)
For those that want "traditional" showmount -a behavior from their mountd
(hostname:/path instead of ipaddr:/path). This patch adds a '-r' flag that
does a reverse-resolve for each IP address listed in the rmtab when
a dump operation is called.

Probably not a good idea for those concerned about performance, but since it's
not the default option, I don't see it being an issue.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Neil Brown <neilb@suse.de>

No differences found