Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 17:41:38 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/rc.d dhclient
Message-ID:  <200803121741.m2CHfcrr090299@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brooks      2008-03-12 17:41:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/rc.d             dhclient 
  Log:
  Sync with current merging revs 1.27 and 1.31.
  
  1.27:
  Use get_if_var() to retrieve interface specific values of dhclient_flags
  and background_dhclient.  This allows interfaces who's names are not
  valid parts of shell variables and shortens the code.
  
  1.31:
  When the state of the interface changes rapidly enough there is a race
  where dhclient is in the process of exiting due to the link going down
  when the link coming up causes devd to try and start a new one.  This
  results is the link being up, but no dhclient running.
  
  Work around this race by checking a second time after a one second delay
  before refusing to start a dhclient instance due to one already being
  running.
  
  Revision  Changes    Path
  1.20.2.6  +8 -8      src/etc/rc.d/dhclient



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