Subject: amd does not recognize the noconn NFS option.
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: None <Tor.Egge@idt.unit.no>
List: current-users
Date: 01/05/1994 23:50:41
This patch for /usr/src/usr.sbin/amd/config/os-bsd44.h should be applied.
Without this patch, amd sometimes does not manage to mount file systems
exported from sun machines with multiple IP adresses, since the answer
might come from an different IP address than the 'connected' one.

- Tor Egge


*** os-bsd44.h.orig	Wed Jan  5 13:57:30 1994
--- os-bsd44.h	Wed Jan  5 23:41:22 1994
***************
*** 158,163 ****
--- 158,166 ----
  
  #define	MNTOPT_SOFT	"soft"		/* soft mount */
  #define	MNTOPT_INTR	"intr"		/* interrupts allowed */
+ #ifdef __NetBSD__
+ #define	MNTOPT_NOCONN	"noconn"	/* accept any responder */
+ #endif
  
  #ifndef __NetBSD__
  #define NFSMNT_HOSTNAME	0		/* hostname on 4.4 is not optional */
---------

------------------------------------------------------------------------------