Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 10/08/2000 12:15:29
Module Name: syssrc
Committed By: enami
Date: Sun Oct 8 09:15:29 UTC 2000
Modified Files:
syssrc/sys/netinet: in.c in_var.h
Log Message:
- Keep track of allhost multicast address record we joined into
each in_ifaddr and delete it when an address is purged.
- Don't simply try to delete a multicast address record listed in the
ia_multiaddrs. It results a dangling pointer. Let who holds a
reference to it to delete it.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/netinet/in.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/netinet/in_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.