Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/14/2000 02:45:25
Module Name:	syssrc
Committed By:	itojun
Date:		Sun Aug 13 23:45:24 UTC 2000

Modified Files:
	syssrc/sys/netinet6: nd6_rtr.c

Log Message:
supress warning (LOG_ERR -> LOG_DEBUG) which occurs in the following situation:
- manually configure an address from prefix P (like P::1)
- autoconfigure additional address from the same prefix P (like P::ifid).
- rtrequest fails due to P/plen already exists

more fundamental solution should appear later, when kame side stablizes it.
from thopej.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/netinet6/nd6_rtr.c

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