Subject: CVS commit: [netbsd-1-6] src/sys/net
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/07/2003 22:10:29
Module Name:	src
Committed By:	tron
Date:		Fri Feb  7 20:10:29 UTC 2003

Modified Files:
	src/sys/net [netbsd-1-6]: if_pppoe.c

Log Message:
Pull up revision 1.34 (requested by martin in ticket #1152):
Add an option PPPOE_TERM_UNKNOWN_SESSIONS to forcefully disconnect sessions
we don't know anything about with a PADT packet.
Use with care, this is pretty dangerous and will kill all userland PPPoE
implementations. Therefore it is not enabled by default nor added as
a commented out option to GENERIC kernels.
But it is highly usefull if you have a fixed IP, an ISP that does not use
LCP echo requests for link monitoring and you want to recover quickly after
a crash or otherwise ungracefull disconnect.


To generate a diff of this commit:
cvs rdiff -r1.24.4.9 -r1.24.4.10 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.