NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-amd64/55661: pppoe renegotiation timeout causing panic



The following reply was made to PR port-amd64/55661; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-amd64/55661: pppoe renegotiation timeout causing panic
Date: Wed, 16 Sep 2020 07:27:22 +0200

 I think the if_down "abuse" in pppoe should be removed and an internal flag
 be set to stop reconnect attempts, to be cleared with pppoectl. But this
 is a user visible change of behaviour - so may not be good to pullup to
 active branches.
 
 A workaround would be to move LCP timeout handling from a callout to a
 workqueue, so the if_down() call would happen in thread context (which now
 is required).
 
 Martin
 


Home | Main Index | Thread Index | Old Index