cvs commit: src/usr.sbin/rpc.statd rpc.statd.8 statd.c
Matteo Riondato
matteo at FreeBSD.org
Thu Nov 1 13:13:34 PDT 2007
matteo 2007-11-01 20:13:34 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.statd rpc.statd.8 statd.c
Log:
Add the -h <bindip> option to rpc.statd, similar to the one in nfsd(8)
and in mountd(8)
-h bindip
Specify specific IP addresses to bind to for TCP and UDP requests.
This option may be specified multiple times. If no -h option is
specified, rpc.statd will bind to INADDR_ANY. Note that when specifying
IP addresses with -h, rpc.statd will automatically add 127.0.0.1 and if
IPv6 is enabled, ::1 to the list.
(coming for rpc.lockd too)
PR: bin/98500
MFC after: 1 week
Revision Changes Path
1.15 +19 -1 src/usr.sbin/rpc.statd/rpc.statd.8
1.16 +317 -91 src/usr.sbin/rpc.statd/statd.c
More information about the cvs-src
mailing list