Date: Sun, 20 Aug 95 14:11:08 MDT From: terry@cs.weber.edu (Terry Lambert) To: dima@bog.msu.su (Dmitry Khrustalev) Cc: davidg@Root.COM, hackers@freefall.freebsd.org Subject: Re: Making a FreeBSD NFS server Message-ID: <9508202011.AA23193@cs.weber.edu> In-Reply-To: <Pine.SOL.3.91.950820122844.552E-100000@sunny.bog.msu.su> from "Dmitry Khrustalev" at Aug 20, 95 12:43:02 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > ...and of course, FreeBSD 2.1 doesn't have v3 and I don't intend to add it > > before the release. > > Speaking of different nfs versions in 2.1 and 2.2: is it possible to add > kernel interface version identifier? It will be much better if userspace > programs fail gracefully on version mismatch instead of current behavior. RPC does versioning for you. The issue is one of integrating multiple protocol versions into a single *stable* set of code. Then registering both versions for RPC requests. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9508202011.AA23193>