Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] src/sys/net
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.
Home |
Main Index |
Thread Index |
Old Index