From owner-cvs-all Mon Sep 14 01:20:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28969 for cvs-all-outgoing; Mon, 14 Sep 1998 01:20:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28957; Mon, 14 Sep 1998 01:20:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10873; Mon, 14 Sep 1998 01:20:38 -0700 (PDT) Date: Mon, 14 Sep 1998 01:20:38 -0700 (PDT) Message-Id: <199809140820.BAA10873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/amd srvr_nfs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 01:20:38 PDT Modified files: contrib/amd/amd srvr_nfs.c Log: Support our "nfsv2" option. (originally added to old amd/amd/host_opts.c rev 1.5) The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable whether NFS v2 should force "proto=udp" but I figure that is what most people will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with "proto=tcp,vers=2". RFC 1094 does not disallow such behavior. Revision Changes Path 1.2 +14 -1 src/contrib/amd/amd/srvr_nfs.c