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. a1555e061


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. a1555e061550edc523475d20bb11d72b53523080
Date: Mon, 22 Apr 2013 22:24:31 +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  a1555e061550edc523475d20bb11d72b53523080 (commit)
       via  44b527415f48400c679bf4a9a9e14563a5c4f601 (commit)
      from  ed294c5945c249636976763f4fd0a088c56b2349 (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 a1555e061550edc523475d20bb11d72b53523080
Author: Sylvain Rochet <address@hidden>
Date:   Tue Apr 23 00:19:07 2013 +0200

    PPP, added ppp_free()
    
    Free the control block, clean everything except the PPP PCB itself
    and the netif, it allows you to change the underlying PPP protocol
    (eg. from PPPoE to PPPoS to switch from DSL to GPRS) without losing
    your PPP and netif handlers.

commit 44b527415f48400c679bf4a9a9e14563a5c4f601
Author: Sylvain Rochet <address@hidden>
Date:   Mon Apr 22 23:58:51 2013 +0200

    PPP, slight API change, great code factorisation
    
    Created new ppp_over_X_create() functions which only prepare the PPP 
session without starting it
    Removed ppp_reopen() and all of its sub ppp_over_X_reopen()
    Removed PPPoL2TP reconnect() function, merged to connect()
    Added ppp_open() able to start or restart any session

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

Summary of changes:
 src/api/pppapi.c                 |   94 ++++++++++++------------
 src/include/lwip/pppapi.h        |   16 ++--
 src/include/netif/ppp/ppp.h      |   31 ++++++--
 src/include/netif/ppp/pppol2tp.h |   10 +--
 src/netif/ppp/ppp.c              |  147 +++++++++++++++-----------------------
 src/netif/ppp/pppol2tp.c         |   41 +++--------
 6 files changed, 148 insertions(+), 191 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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