From owner-cvs-all@FreeBSD.ORG Sun Jan 25 11:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6B7C16A4CE; Sun, 25 Jan 2004 11:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AB143D1F; Sun, 25 Jan 2004 11:52:17 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0PJqG0B049539; Sun, 25 Jan 2004 11:52:16 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0PJqGDO049535; Sun, 25 Jan 2004 11:52:16 -0800 (PST) (envelope-from ambrisko) Message-Id: <200401251952.i0PJqGDO049535@repoman.freebsd.org> From: Doug Ambrisko Date: Sun, 25 Jan 2004 11:52:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc pccard_ether X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 19:52:18 -0000 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