https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234106
Rick Macklem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #5 from Rick Macklem <[email protected]> --- Yes. If Linux has chosen to go this way, then I think changing it is appropriate. I'll ask the "collective" on the freebsd-current@ mailing list. (Whether we like it or not, Linux is now the defacto standard NFS implementation.) Btw, if you want to test it, the patch is trivial. Just change the line in sys/fs/nfsserver/nfs_nfsdkrpc.c (at line# 169 in head) from if (nfs_privport && (nd.nd_flag & ND_NFSV4) == 0) { to if (nfs_privport != 0) { I'll need to test to make sure the FreeBSD NFSv4 client can still do mounts. (I think it must or someone would have noticed a problem mounting a Linux server.) rick -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
