Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 14:51:53 +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.lockd lockd.c rpc.lockd.8
Message-ID:  <200711021451.lA2Epr7d040785@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
matteo      2007-11-02 14:51:53 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.lockd   lockd.c rpc.lockd.8 
  Log:
  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
  
  Revision  Changes    Path
  1.21      +328 -109  src/usr.sbin/rpc.lockd/lockd.c
  1.18      +19 -1     src/usr.sbin/rpc.lockd/rpc.lockd.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711021451.lA2Epr7d040785>