Re: if_sppp

2004-06-20 Thread Roman Kurakin
Joerg Wunsch: As Roman Kurakin wrote: Problem: If we have max_failure < MAXALIVECNT*5 we will send conf-rej for magic. Solution: Loopback could be treated as a special case and thus we may not count it as a failure. Can you explain a little more, please? The patch is simple enough,

Re: if_sppp

2004-06-20 Thread Joerg Wunsch
As Roman Kurakin wrote: > Problem: > If we have max_failure < MAXALIVECNT*5 we will > send conf-rej for magic. > Solution: > Loopback could be treated as a special case and > thus we may not count it as a failure. Can you explain a little more, please? The patch is simple enough, ye

if_sppp

2004-06-19 Thread Roman Kurakin
Hi, I want to propose a patch for sppp. Problem: If we have max_failure < MAXALIVECNT*5 we will send conf-rej for magic. Solution: Loopback could be treated as a special case and thus we may not count it as a failure. Index: if_spppsubr.c ===