Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 17:04:37 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/isc-dhcp/client/scripts freebsd
Message-ID:  <199912120104.RAA01372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      1999/12/11 17:04:37 PST

  Modified files:
    contrib/isc-dhcp/client/scripts freebsd 
  Log:
  Do not add routes for localhost to the `dhclient' controlled interface.
  Doing so is bogus if the loop-back interface was not configured.
  
  Typically ``network_interfaces="auto"'' will return the list of
  interfaces such that "lo0" is not first.  Thus there are times when
  `dhclient' configs an interface before "lo0" is configured.
  
  Under BSD4.4, there's no need to add the above route, as it will be
  automatically generated by the kernel.
  
  PR:		conf/14098, misc/15183
  Submitted by:	luoqi (true identification of the problem)
  
  Revision  Changes    Path
  1.8       +2 -5      src/contrib/isc-dhcp/client/scripts/freebsd



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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