Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 10/06/2000 12:24:40
Module Name: syssrc
Committed By: enami
Date: Fri Oct 6 09:24:40 UTC 2000
Modified Files:
syssrc/sys/netinet: tcp_usrreq.c
Log Message:
Just call matching purgeif/pcbpurgeif routine for the protocl family.
Without this, if a v6 address is placed before a v4 address in if_addrlist,
a PURGEIF request for v6 tcp protocol purges also v4 addresses and,
as a result, if_detach fails to request PURGEIF for v4 protocols.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 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.