cvs commit: src/etc pccard_ether

Doug Ambrisko ambrisko at FreeBSD.org
Sun Jan 25 11:52:18 PST 2004


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


More information about the cvs-all mailing list