CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/19 00:50:37
Modified files:
sys/nfs : nfs_socket.c nfs_syscalls.c
Log message:
nfs: Permit null requests (aka server pings) from non-reserved ports
Unfortunately, this is recommended by rfc 2623 and used by Linux
nfs-utils to mount NFS exports. So until nfs-utils switches into
using reserved ports, this is needed to mount OpenBSD file-systems
on most (all?) Linux distros.
Bits from claudio, ok millert
