Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/26/2001 10:54:20
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Sep 26 07:54:20 UTC 2001

Modified Files:
	syssrc/sys/net: if_gif.c

Log Message:
don't softintr_disestablish twice.
previous code panic'ed with the following command sequence:
# ifconfig gif0 create tunnel A B
# ifconfig gif0 deletetunnel
# ifconfig gif0 destroy


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/net/if_gif.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.