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. 25c627800


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 25c62780006d1e8345e73ba9d9d15863faa95549
Date: Sat, 23 Jun 2012 00:29:37 +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  25c62780006d1e8345e73ba9d9d15863faa95549 (commit)
       via  5033e0e7529744a24031537ebea2d7a202009aa4 (commit)
       via  295eeef9b69141a7526a011c13c3067ebc2ab01f (commit)
       via  f63b87e28b3996177e8b69b287d566302b3806da (commit)
       via  1f780e86d504f8ff374e2101688d0efb570fd933 (commit)
       via  408a56ffaf73b34a507ee60f4063dd67ca2cd936 (commit)
       via  a84f5d52ff51cd3a88fb5ecf0122a2423b9a851a (commit)
       via  fb6eed0087cc88ba2abc08a31e0d30668a433da0 (commit)
      from  dc242a01b4485acfa5b9060638c81550612dac3e (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 25c62780006d1e8345e73ba9d9d15863faa95549
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 23 02:27:03 2012 +0200

    fixed some endianess issues with PPPoS

commit 5033e0e7529744a24031537ebea2d7a202009aa4
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jun 23 01:44:52 2012 +0200

    display IPV6CP packets

commit 295eeef9b69141a7526a011c13c3067ebc2ab01f
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 21:48:21 2012 +0200

    "ISO C forbids conversion of function pointer to object pointer type" - 
removed callback function pointer display in debug messages. Anyway, this is 
quite a meaningless information.

commit f63b87e28b3996177e8b69b287d566302b3806da
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 21:43:22 2012 +0200

    setting tot_len before using it, oops

commit 1f780e86d504f8ff374e2101688d0efb570fd933
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 21:29:12 2012 +0200

    PPP timeouts required depend on the number of allowed PPP sessions
    
    Furthermore we need up to 6 timeouts per PPP (AUTH + PAP|CHAP|EAP + LCP + 
IPCP + IP6CP + PPPoE)
    
    This can be improved with more conditions.

commit 408a56ffaf73b34a507ee60f4063dd67ca2cd936
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 20:48:08 2012 +0200

    phase must be set to initalize each time we try to reconnect

commit a84f5d52ff51cd3a88fb5ecf0122a2423b9a851a
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 19:59:46 2012 +0200

    added ppp_pcb to ppp callback

commit fb6eed0087cc88ba2abc08a31e0d30668a433da0
Author: Sylvain Rochet <address@hidden>
Date:   Fri Jun 22 19:45:45 2012 +0200

    set LL addresses before bringing the interface up for IPv6

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

Summary of changes:
 src/include/lwip/opt.h |    2 +-
 src/netif/ppp/ipv6cp.c |   35 +++--------------------------------
 src/netif/ppp/lcp.c    |    2 ++
 src/netif/ppp/ppp.c    |   41 ++++++++++++++++++++++++++---------------
 src/netif/ppp/ppp.h    |    4 ++--
 src/netif/ppp/utils.c  |    4 ++--
 6 files changed, 36 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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