Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/02/2000 08:58:15
Module Name: syssrc
Committed By: itojun
Date: Wed Feb 2 16:58:14 UTC 2000
Modified Files:
syssrc/sys/netinet6: in6.c in6_ifattach.c in6_var.h
Log Message:
implement in6_purgemkludge(). in6_ifdetach() calls it to avoid dangling
kludge entries. the situation would occur if you take the following steps:
- join multicast groups (default ones like linklocal all-node is fine)
- remove all IPv6 addresses manually
- remove pcmcia card
to thorpej: pls call in6_ifdetach() when PRU_PURGEIF is raised (just before
removing ifnet). it should do the right thing (unable to perform real test
though)
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/netinet6/in6.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/netinet6/in6_ifattach.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/netinet6/in6_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.