Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/25/2002 13:54:34
Module Name:	src
Committed By:	martin
Date:		Wed Dec 25 11:54:33 UTC 2002

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

Log Message:
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.35 -r1.36 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.