Re: correct IP# for NFS kernel upcall to userland daemon

2019-02-18 Thread Rodney W. Grimes
> Hi, > > I have been in a recent discussion about what the correct IP address to use > for > an upcall from the kernel to the NFS daemon nfsuserd (which maps between > uids<->usernames and gids<->group names). > > The code uses UDP for the upcall (I once committed a patch changing that to > an

correct IP# for NFS kernel upcall to userland daemon

2019-02-18 Thread Rick Macklem
Hi, I have been in a recent discussion about what the correct IP address to use for an upcall from the kernel to the NFS daemon nfsuserd (which maps between uids<->usernames and gids<->group names). The code uses UDP for the upcall (I once committed a patch changing that to an AF_LOCAL socket, bu