From owner-cvs-all Mon Jun 25 12:14:21 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id AAAF937B406; Mon, 25 Jun 2001 12:14:14 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id NAA10986; Mon, 25 Jun 2001 13:14:08 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id NAA16358; Mon, 25 Jun 2001 13:14:07 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15159.36223.277892.575463@nomad.yogotech.com> Date: Mon, 25 Jun 2001 13:14:07 -0600 (MDT) To: Ian Dowse Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount_nfs mount_nfs.c In-Reply-To: <200106231957.f5NJvN152355@freefall.freebsd.org> References: <200106231957.f5NJvN152355@freefall.freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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