Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2009 19:50:00 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/mount_nfs mount_nfs.c
Message-ID:  <200910151950.n9FJoKY0065944@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-10-15 19:50:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sbin/mount_nfs       mount_nfs.c 
  Log:
  SVN rev 198150 on 2009-10-15 19:50:00Z by rmacklem
  
  MFC r197298:
  Change the default transport protocol for use by the Mount protocol
  and the NFS Null RPC done by mount_nfs from UDP to TCP, so that it is
  consistent with the kernel, which already uses NFS over TCP by
  default. Without this change, doing an NFS mount
  against a server that only supports UDP results in an unusable
  mount point if a transport protocol option wasn't specified for the
  mount.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.88.2.2  +1 -1      src/sbin/mount_nfs/mount_nfs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910151950.n9FJoKY0065944>