freebsd-src/usr.sbin/rpc.lockd
Matteo Riondato e56fbc5aad Add the -h <bindip> option to rpc.lockd, similar to the one in
nfsd(8), in mountd(8), and in rpc.statd(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.lockd will bind to INADDR_ANY.  Note that when specifying
IP addresses with -h, rpc.lockd will automatically add 127.0.0.1 and
if IPv6 is enabled, ::1 to the list.

PR:		bin/98500
MFC after:	1 week
2007-11-02 14:51:53 +00:00
..
kern.c o Style previous. 2006-08-17 05:55:20 +00:00
lock_proc.c - Use svc_getrpccaller() rather than svc_getcaller() for using 2005-02-03 22:21:19 +00:00
lockd.c Add the -h <bindip> option to rpc.lockd, similar to the one in 2007-11-02 14:51:53 +00:00
lockd.h
lockd_lock.c - Fix compilaton with DUMP_FILELOCK_VERBOSE. 2007-04-12 02:07:12 +00:00
lockd_lock.h
Makefile Make this compile cleanly. It passes WARNS=2, but I haven't checked 2003-10-26 06:10:44 +00:00
rpc.lockd.8 Add the -h <bindip> option to rpc.lockd, similar to the one in 2007-11-02 14:51:53 +00:00
test.c