Received: by mail.netbsd.org (Postfix, from userid 605) id BB92485ECC; Thu, 7 Jan 2016 11:51:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47E8985EC3 for ; Thu, 7 Jan 2016 11:51:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hqn-NUGuGdHK for ; Thu, 7 Jan 2016 11:51:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DEF0285E87 for ; Thu, 7 Jan 2016 11:51:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D02BFFBB5; Thu, 7 Jan 2016 11:51:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 7 Jan 2016 11:51:07 +0000 From: "Roy Marples" Subject: CVS commit: src/etc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160107115107.D02BFFBB5@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roy Marples" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: roy Date: Thu Jan 7 11:51:07 UTC 2016 Modified Files: src/etc/defaults: rc.conf src/etc/rc.d: network Log Message: Instead of waiting for a duration based in IPv6 DAD count sysctl, wait for 15 seconds for tentative flags to clear allowing 5 seconds for detached flags to clear as well from configured addresses. This is now protocol independant and allows time for the interfaces to work out if they have a carrier or not. To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/etc/defaults/rc.conf cvs rdiff -u -r1.69 -r1.70 src/etc/rc.d/network Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.