Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 10/09/2000 05:25:28
Module Name: syssrc
Committed By: enami
Date: Mon Oct 9 02:25:27 UTC 2000
Modified Files:
syssrc/sys/netinet [netbsd-1-5]: tcp_usrreq.c
Log Message:
Pullup rev. 1.54 and 1.55 (approved by jhawk):
----------------------------
revision 1.55
date: 2000/10/06 10:21:06; author: enami; state: Exp; lines: +3 -3
Cosmetic changes to previous commit; indent break statement sanely.
----------------------------
revision 1.54
date: 2000/10/06 09:24:40; author: enami; state: Exp; lines: +13 -5
Just call matching purgeif/pcbpurgeif routine for the protocol family.
Without this, if a v6 address is placed before a v4 address in if_addrlist,
a PRU_PURGEIF request for v6 tcp protocol purges also v4 addresses and,
as a result, if_detach fails to request PRU_PURGEIF for v4 protocols
other than tcp.
To generate a diff of this commit:
cvs rdiff -r1.51.2.1 -r1.51.2.2 syssrc/sys/netinet/tcp_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.