Subject: CVS commit: syssrc/sys/netinet6
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 10/17/2002 03:07:44
Module Name: syssrc
Committed By: itojun
Date: Thu Oct 17 00:07:44 UTC 2002
Modified Files:
syssrc/sys/netinet6: in6.c
Log Message:
do not differentiate manually configured address from autoconfigured ones
wrt prefix management;
- always earn a reference to the prefix when an address is configured
(by ioctl).
- always delete the prefix when an address that has the last referene
is manually removed.
The change should solve the problem raised in KAME-snap 6989.
sync w/kame
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 syssrc/sys/netinet6/in6.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.