diff options
author | dillon <dillon@FreeBSD.org> | 2003-01-27 20:12:32 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2003-01-27 20:12:32 +0000 |
commit | 7995bad207f0163d48659bae4301f4b3c8ab5757 (patch) | |
tree | 966a4ecb190da163d3c083af464182069a695144 /sbin/mount_nfs | |
parent | 653f23c4bf45c0cff0bc9bee7010483ce2a4968e (diff) | |
download | FreeBSD-src-7995bad207f0163d48659bae4301f4b3c8ab5757.zip FreeBSD-src-7995bad207f0163d48659bae4301f4b3c8ab5757.tar.gz |
Update mount_nfs documentation to reference new sysctl for -c default.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index b610ea7..56a2ba6 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -172,8 +172,12 @@ where the file system mount is not critical to multiuser operation. .It Fl c For UDP mount points, do not do a .Xr connect 2 . -This must be used for servers that do not reply to requests from the -standard NFS port number 2049. +This must be used if the server does not reply to requests from the standard +NFS port number 2049 or replies to requests using a different IP address +(which can occur if the server is multi-homed). +Setting the +.Va vfs.nfs.nfs_ip_paranoia +sysctl to 0 will make this option the default. .It Fl d Turn off the dynamic retransmit timeout estimator. This may be useful for UDP mounts that exhibit high retry rates, |