Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2001 12:57:22 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount_nfs mount_nfs.c
Message-ID:  <200106231957.f5NJvN152355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/06/23 12:57:22 PDT

  Modified files:
    sbin/mount_nfs       mount_nfs.c 
  Log:
  Use the new CLSET_CONNECT clnt_control() request on UDP clients to
  ensure that we never proceed with the mount() syscall if the server
  is replying from the wrong source address. Previously the userland
  RPC call to the remote nfsd would succeed, but the kernel uses
  connect() so it would not see the replies, resulting in a hung
  mount.
  
  Revision  Changes    Path
  1.44      +21 -2     src/sbin/mount_nfs/mount_nfs.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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