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:15:04
Module Name: src
Committed By: tron
Date: Fri Feb 7 20:15:03 UTC 2003
Modified Files:
src/sys/net [netbsd-1-6]: if_pppoe.c
Log Message:
Pull up revision 1.36 (requested by martin in ticket #1152):
In do not call pppoe_abort_connect if we fail to send the initial PADI
packet - there is nothing to abort.
In pppoe_abort_connect rearange state handling slightly to avoid calls
to the PPP LCP state machine get into an infinite recursion.
This should fix the symptoms of PR kern/19500, but does not touch the
real cause for the lossage described there.
To generate a diff of this commit:
cvs rdiff -r1.24.4.11 -r1.24.4.12 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.