Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 11:52:16 -0800 (PST)
From:      Doug Ambrisko <ambrisko@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc pccard_ether
Message-ID:  <200401251952.i0PJqGDO049535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ambrisko    2004/01/25 11:52:16 PST

  FreeBSD src repository

  Modified files:
    etc                  pccard_ether 
  Log:
  - Existing code would ignore pccard_ether_delay when more then 9 seconds
  - If there was an exiting dhclient running on the same interface as the
    new iface that left and returned then dhclient would be told to use the
    same interface twice.  Dhclient would fail and exit after getting
    confused.  Use "sort -u" on them to ensure no duplicates.
    This is a mostly a race condition on suspend and resume and how things
    happen to occur.
  - Check for netmask being set on an interface rather then up.  An interface
    can be up but not configured.
  
  Reviewed by:    mbr
  
  Revision  Changes    Path
  1.39      +4 -3      src/etc/pccard_ether



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