Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/28/2006 16:43:43
Module Name:	src
Committed By:	drochner
Date:		Wed Jun 28 16:43:43 UTC 2006

Modified Files:
	src/sys/netinet6: nd6_nbr.c

Log Message:
fix the dad_count logic: if we send a packet successfully, reset the counter
for sent tries -- otherwise it gets confused if dad_count is set to >15
by the sysctl, and addresses get stuck in "tentative" state forever


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 src/sys/netinet6/nd6_nbr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.