Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 07/17/2001 22:12:03
Module Name: syssrc
Committed By: martin
Date: Tue Jul 17 19:12:03 UTC 2001
Modified Files:
syssrc/sys/net: if_spppsubr.c
Log Message:
Fix a slight bug introduced with revision 1.9 (IPv6 integration) where
the bit mask of open NCPs got out of sync.
Defer the (potential) closing of LCP after a NCP went down until after
the state machines got updated.
This fixes PR kern/11161.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/net/if_spppsubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.