Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/23/2001 08:41:51
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 23 06:41:51 UTC 2001

Modified Files:
	syssrc/sys/netinet6: nd6.c nd6.h

Log Message:
remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache
state machine.
no need for RTF_REJECT on neighbor cache entires, they are leftover from
ARP code.
sync with kame.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/netinet6/nd6.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/netinet6/nd6.h

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