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. 5dd6b1effc


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 5dd6b1effc72d8f677e43aede54c43f456354975
Date: Wed, 24 Dec 2014 22:23:46 +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  5dd6b1effc72d8f677e43aede54c43f456354975 (commit)
       via  369e9fbf086552380c63f6c1ef838f08b9280254 (commit)
       via  e39d012312fe7a63e18ef5b3ff3ab116645e3eb2 (commit)
      from  7d077a22602e4b04ed7d4ad9195d877ca3438693 (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 5dd6b1effc72d8f677e43aede54c43f456354975
Author: Sylvain Rochet <address@hidden>
Date:   Wed Dec 24 23:23:36 2014 +0100

    PPP, updated pppd followup

commit 369e9fbf086552380c63f6c1ef838f08b9280254
Author: Sylvain Rochet <address@hidden>
Date:   Wed Dec 24 23:12:30 2014 +0100

    PPP, from PPPD upstream, Eliminate some unnecessary ifdefs

commit e39d012312fe7a63e18ef5b3ff3ab116645e3eb2
Author: Sylvain Rochet <address@hidden>
Date:   Wed Dec 24 23:01:06 2014 +0100

    PPP, from PPPD upstream, separate IPv6 handling for sifup/sifdown
    
    The current code is buggy regarding handling of link state when using
    both IPCP and IPv6CP: if IPv6CP has been set up and if during IPCP
    negociation, ipcp_up() fails, it will incorrectly take the interface
    down. The simple solution here is to change the platform code to do the
    same as on Solaris: separate IPv6CP up/down state handling with sif6up()
    and sif6down(), so that we really know when the interface is allowed to
    go down.
    
    (Based from pppd commit b04d2dc6df5c6b5650fea44250d58757ee3dac4a)

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

Summary of changes:
 src/include/netif/ppp/ipv6cp.h   |    2 -
 src/include/netif/ppp/ppp.h      |    7 +++-
 src/include/netif/ppp/ppp_impl.h |    5 +++
 src/netif/ppp/PPPD_FOLLOWUP      |   68 ++++++++++++++++++++++++++++++++++++++
 src/netif/ppp/ipcp.c             |    4 +-
 src/netif/ppp/ipv6cp.c           |   26 +++-----------
 src/netif/ppp/ppp.c              |   55 +++++++++++++++++++++++++++---
 7 files changed, 136 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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