On Tue, Jul 05, 2005 at 02:18:21PM -0500, J.D. Bronson wrote: > I am wondering if there is anyone using this that can tell me if > there is a way to have 'lqr' supported -or- some other way of knowing > if/when the link goes down? > > Last time I tried this - it worked fine, but if the link went down it > never 'redialed' back to the PPPoE provider.... > > Using userland pppoe - this is never an issue. > > thanks!
You don't need LQR for this, upgrade to -current. This commit made 3 months ago to the sppp layer fixed a few issues. revision 1.28 date: 2005/03/23 00:26:06; author: canacar; state: Exp; lines: +112 -62 Merge some sppp improvements from NetBSD: 1. better timeout and keepalive handling 2. fix some memory leaks on error paths. 3. use arc4random instead of random 4. always send keepalives in cHDLC mode, from claudio@