Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/10/2005 10:28:17
Module Name: src
Committed By: bouyer
Date: Fri Jun 10 10:28:17 UTC 2005
Modified Files:
src/sys/net: if_tap.c
Log Message:
call (ifp->if_input) at splnet(). ifp->if_input points to ether_input()
which doesn't raise the IPL itself in all cases.
Should also fix PR 29546 (the pkgsrc kernel module needs to be updated).
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/net/if_tap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.