]> git.decadent.org.uk Git - nfs-utils.git/commit
Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.
authorSteve Dickson <SteveD@redhat.com>
Sun, 2 Jul 2006 23:52:00 +0000 (09:52 +1000)
committerNeil Brown <neilb@suse.de>
Sun, 2 Jul 2006 23:52:00 +0000 (09:52 +1000)
commit49b164d978ee6266df7ba0bd335cb34337e7c381
treeed1b2016264b927e275db7a27f7788e7ba6266f6
parentfde2ae7794047a698feeaf17963d690a1e660a80
Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.

 -T       - will suppressing listening for TCP connection.
 -U       - will suppress UDP
 -H host  - will only listen on that local address
 -p port  - will listen on that port.

This requires kernel patches which will hopefully be in 2.6.19 and possibly some
earlier test and vendor kernels.
support/include/nfs/nfs.h
support/include/nfslib.h
support/nfs/nfssvc.c
utils/nfsd/nfsd.c
utils/nfsd/nfsd.man