Benjamin Redelings I <[EMAIL PROTECTED]> wrote:

>       Hi, I got 2.3.9 successfully working with linux 2.3.1[4,5], and it
> seemed to work fine.  I then added the 'demand' option, and that seemed
> to work fine: it would dial on demand, and PPP worked.  However, after
> the link goes idle, it will not come up again in 2.3.15-3 (and I think
> also in 2.3.14). 

Look for the line in pppd/sys-linux.c that says:

        set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) & SC_LOOP_TRAFFIC);

and change the & to |, so it says:

        set_flags(ppp_dev_fd, get_flags(ppp_dev_fd) | SC_LOOP_TRAFFIC);

Paul.

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to