Subject: Re: bin/10986: mount_nfs doesn't fallback to IPv4
To: Frank van der Linden <fvdl@wasabisystems.com>
From: Benedikt Meurer <bmeurer@fwdn.de>
List: netbsd-bugs
Date: 10/01/2002 12:29:22
On Tue, 01 Oct 2002, Frank van der Linden wrote:

> On Mon, Sep 30, 2002 at 08:11:19PM -0700, Jason R Thorpe wrote:
> > I prefer the "inet" names.
> 
> The correct solution is to use a "proto=" option, like Solaris has.
> Last time I looked into that, there was something that getmntopt(3)
> didn't like about that, but I don't quite remember.
> 
> Please don't implement anything else.

Ok, I don't have access to any solaris system for now, but somebody
sent me the mount_nfs(1M) man page :-). We would then use proto=
{tcp,tcp6,udp,udp6} options and use getnetconfigent("...") to get
the struct netconfig, right? That would also obsolete ALTF_TCP, since
we could specify proto={tcp,tcp6}, or do I missed something about that?

regards, Benedikt

-- 
Real Programmers think better when playing Adventure or Rogue