Checks the vfs.nfsd.server_min_nfsvers sysctl and if it set to 4, don't register with rpcbind.
It also doesn't register NFSv2 when the value is set to 3.
This patch is basically what was submitted by jmader2@gmu.edu.
Details
Details
- Reviewers
- None
- Commits
- rS309723: Patch the nfsd so that it doesn't register with rpcbind for an NFSv4 only
Test client mounts with vfs.nfsd.server_min_nfsvers == 4 and see if the NFSv3 mount attempt
reports that it is not registered with rpcbind.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable