Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/28/2004 11:44:36
Module Name:	src
Committed By:	martin
Date:		Sun Nov 28 11:44:36 UTC 2004

Modified Files:
	src/sys/net: if_pppoe.c

Log Message:
Add a pfil(9) hook to get notified when interfaces detach.
When the ethernet interface of a pppoe pseudo-interface detaches, remove
the association and mark the pppoe interface down.
This should fix PR kern/28375.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/net/if_pppoe.c

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