Subject: PR/29580 CVS commit: [netbsd-3] src/sys/netinet
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 08/15/2005 19:06:01
The following reply was made to PR kern/29580; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29580 CVS commit: [netbsd-3] src/sys/netinet
Date: Mon, 15 Aug 2005 19:05:05 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Aug 15 19:05:05 UTC 2005
 
 Modified Files:
 	src/sys/netinet [netbsd-3]: in_proto.c
 
 Log Message:
 Pull up revision 1.70 (requested by gdt in ticket #661):
 Add PR_PURGEIF flag for protocols to indicate that the protocol might
 store a struct ifnet *, and define it for udp/tcp/rawip for INET and
 INET6.  When deleting a struct ifnet, invoke PRU_PURGEIF on all
 protocols marked with PR_PURGEIF.  Closes PR kern/29580 (mine).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.68 -r1.68.4.1 src/sys/netinet/in_proto.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.