Date: Thu, 1 Nov 2007 20:13:34 +0000 (UTC) From: Matteo Riondato <matteo@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.statd rpc.statd.8 statd.c Message-ID: <200711012013.lA1KDY28003724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711012013.lA1KDY28003724>
