cvs commit: src/usr.sbin/mountd mountd.8 mountd.c

Matteo Riondato matteo at FreeBSD.org
Sat Oct 20 04:25:36 PDT 2007


matteo      2007-10-20 11:25:34 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/mountd      mountd.8 mountd.c 
  Log:
  Add the -h <bindip> option to mountd, similar to the one in nfsd(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, mountd will bind to INADDR_ANY.  Note that when specifying
  IP addresses with -h, mountd will automatically add 127.0.0.1 and if
  IPv6 is enabled, ::1 to the list.
  
  PR:             bin/114097
  Reviewed by:    pjd (an eariler version of the patch)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.31      +19 -1     src/usr.sbin/mountd/mountd.8
  1.95      +321 -159  src/usr.sbin/mountd/mountd.c


More information about the cvs-src mailing list