Date: Mon, 25 Jun 2001 13:14:07 -0600 (MDT) From: Nate Williams <nate@yogotech.com> To: Ian Dowse <iedowse@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount_nfs mount_nfs.c Message-ID: <15159.36223.277892.575463@nomad.yogotech.com> In-Reply-To: <200106231957.f5NJvN152355@freefall.freebsd.org> References: <200106231957.f5NJvN152355@freefall.freebsd.org>
next in thread | previous 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. Thanks Ian. This bug bit us this weekend, and it's good to see that it's fixed. :) Nate 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?15159.36223.277892.575463>