lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 8834a8b21


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 8834a8b2164f481ec89e53e176872d37d84ff9c9
Date: Thu, 17 May 2012 14:38:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, ppp-new has been updated
       via  8834a8b2164f481ec89e53e176872d37d84ff9c9 (commit)
       via  db794c2d325bdc22ffc4cd6bcfa16abcd6149abb (commit)
       via  a1d80c29deebda8ee158129f4445d27cc7a1a5d0 (commit)
       via  bea796ebc0bb87b5a3cfcf61b48d8069a26f4342 (commit)
       via  d4978210f0cf54109c4d1030be1eb289e4c75b39 (commit)
       via  ef59e952d856fbf8b9131c2d25d8f1d55499ea65 (commit)
       via  54d5ee5562d1a5df5e989606ace6f9ba338cc396 (commit)
      from  eb75ae05c6cedad9f559aeb1a2398ce1d1bdf323 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8834a8b2164f481ec89e53e176872d37d84ff9c9
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 16:36:59 2012 +0200

    using UNTIMEOUT macro instead of timeout()

commit db794c2d325bdc22ffc4cd6bcfa16abcd6149abb
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 16:29:00 2012 +0200

    PPPoL2TP patch from Debian, not used yet, but already fixed

commit a1d80c29deebda8ee158129f4445d27cc7a1a5d0
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 16:23:32 2012 +0200

    fixed demand_rexmit() with new IP addr, maybe we will never support demand 
or drop it, but it is already patched just in case

commit bea796ebc0bb87b5a3cfcf61b48d8069a26f4342
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 16:14:30 2012 +0200

    pppd: Terminate correctly if lcp_lowerup delayed calling fsm_lowerup

commit d4978210f0cf54109c4d1030be1eb289e4c75b39
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 15:56:35 2012 +0200

    using rp-pppoe pppd exits with EXIT_OK after receiving a timeout waiting 
for PADO due to no modem attached, from Debian patches
    
    http://ppp.samba.org/cgi-bin/ppp-bugs/incoming?id=2211
    
    Using rp-pppoe pppd exits with exitcode 0, whenever there is no modem 
connected
    and pppd get's a timeout while waiting for a PADO.
    
    This happens because status is set to EXIT_OK in main.c at the beginning of 
the
    procedures. Within start_link(), connect() will be called as one of the 
first
    calls.
    If that call fails (no pppoe discovery for example), jumps to "fail", which
    returns without setting the status variable to failure. So at the end pppd 
exits
    with EXIT_OK.
    
    I moved the status = EXIT_NEGOTIATION_FAILED which will be set later within
    start_link, at the top of it. That seems to work out, patch is attached:

commit ef59e952d856fbf8b9131c2d25d8f1d55499ea65
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 15:55:27 2012 +0200

    added IPCP no/replace default route option from Debian patches, I like the 
idea

commit 54d5ee5562d1a5df5e989606ace6f9ba338cc396
Author: Sylvain Rochet <address@hidden>
Date:   Thu May 17 15:50:15 2012 +0200

    added LCP adaptive echo from Debian patches, I like the idea

-----------------------------------------------------------------------

Summary of changes:
 src/netif/ppp/auth.c              |    2 +-
 src/netif/ppp/demand.c            |   99 ++++++++++++++++++++++++++++++++++++-
 src/netif/ppp/ipcp.c              |   39 +++++++++++---
 src/netif/ppp/ipcp.h              |    1 +
 src/netif/ppp/lcp.c               |   53 ++++++++++++++++---
 src/netif/ppp/linux/if_pppol2tp.h |   24 +++++++--
 src/netif/ppp/pppd.h              |    4 +-
 src/netif/ppp/sys-linux.c         |   76 ++++++++++++++++++++++++-----
 8 files changed, 259 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]