summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/mount_nfs.8
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-25 01:25:30 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-25 01:25:30 +0000
commitf517c9e67ea484fcf0bed42757b5b06c1d447c7d (patch)
tree4e1a44216ae997c6c70dc1a5bb28cba598b7378a /sbin/mount_nfs/mount_nfs.8
parent9f3806fb6f61fc31b357cf5a4721aef05301c10d (diff)
downloadFreeBSD-src-f517c9e67ea484fcf0bed42757b5b06c1d447c7d.zip
FreeBSD-src-f517c9e67ea484fcf0bed42757b5b06c1d447c7d.tar.gz
Add mount options 'noinet4' and 'noinet6' which prevent using those
address families. This is useful for preventing NFS mounts from using IPv6 on hosts that have both A and AAAA records for the same name.
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r--sbin/mount_nfs/mount_nfs.84
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 56a2ba6..3fe82e5 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -227,6 +227,10 @@ upper and lower bounds of the timeouts for ``directory'' attributes and
for regular files, and 30 -> 60 seconds for directories. The algorithm to
calculate the timeout is based on the age of the file. The older the file,
the longer the cache is considered valid, subject to the limits above.
+.It noinet4
+.It noinet6
+Disables AF_INET or AF_INET6 connections. Useful for hosts that have
+both an A record and an AAAA record for the same name.
.El
.Pp
.Bl -tag -width "dumbtimerXX"
OpenPOWER on IntegriCloud