lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 1e82003bf9


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 1e82003bf98015c9bca619a51acb2af4555c8f46
Date: Sun, 22 Feb 2015 13:36:14 +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, master has been updated
       via  1e82003bf98015c9bca619a51acb2af4555c8f46 (commit)
       via  4be7fccad3733d50ae5614ff8366e29dad383040 (commit)
       via  b040ace4c24879f0cbef53f8437c01857a202911 (commit)
       via  ab572ce5b96d6ade3faa3bb75db267870212a345 (commit)
       via  ded77f59cd07741e30700eb9466ba1efe4c0ac48 (commit)
      from  a1c5415f8f470c0e28d80b2f81180d6514c3cf62 (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 1e82003bf98015c9bca619a51acb2af4555c8f46
Author: Sylvain Rochet <address@hidden>
Date:   Sun Feb 22 14:30:24 2015 +0100

    CORE, INIT, fail if none of PPP_IPV[46]_SUPPORT are enabled if PPP_SUPPORT 
is enabled
    
    PPP_SUPPORT needs PPP_IPV4_SUPPORT and/or PPP_IPV6_SUPPORT turned on.

commit 4be7fccad3733d50ae5614ff8366e29dad383040
Author: Sylvain Rochet <address@hidden>
Date:   Sun Feb 22 14:25:36 2015 +0100

    PPP, CORE, ppp_close() and ppp_sighup() ended up sharing almost everything, 
merged
    
    Merged ppp_sighup() to ppp_close() using an optional argument  "nocarrier"
    on ppp_close().

commit b040ace4c24879f0cbef53f8437c01857a202911
Author: Sylvain Rochet <address@hidden>
Date:   Sun Feb 22 13:54:52 2015 +0100

    PPP, CORE, carrier lost signal, fixed FSM mismatch
    
    ppp_sighup() hard change the PPP FSM phase, it ends up with a FSM
    mismatch if PPP is currently connecting or disconnecting.
    
    Only do "sighup" on the stable running phase, fallback to the close
    method. Handle special DEAD and HOLDOFF states as well.

commit ab572ce5b96d6ade3faa3bb75db267870212a345
Author: Sylvain Rochet <address@hidden>
Date:   Sun Feb 22 13:48:53 2015 +0100

    PPP, CORE, fixed PPP phase state machine when ppp_close() is called during 
HOLDOFF phase
    
    Aborting HOLDOFF leaves us at PPP_PHASE_DEAD, fixed.

commit ded77f59cd07741e30700eb9466ba1efe4c0ac48
Author: Sylvain Rochet <address@hidden>
Date:   Sun Feb 22 12:12:38 2015 +0100

    PPP, FSM, fixed "timeout sending Config-Requests" output
    
    \n is not needed, fixed.

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

Summary of changes:
 doc/ppp.txt                 |   15 ++++++++++++---
 src/api/pppapi.c            |   29 +++--------------------------
 src/core/init.c             |    3 +++
 src/include/lwip/pppapi.h   |    6 ++++--
 src/include/netif/ppp/ppp.h |   12 ++++++------
 src/netif/ppp/fsm.c         |    2 +-
 src/netif/ppp/ppp.c         |   29 ++++++++++++++++-------------
 7 files changed, 45 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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