lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-208-gc02fea0
Date: Thu, 20 Dec 2018 07:26:44 -0500 (EST)

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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  c02fea096118930d866ee1572600c7c3c9d62e63 (commit)
      from  48615984c78ed9ba7b0af3f4ddf8177aa7551891 (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 c02fea096118930d866ee1572600c7c3c9d62e63
Author: Jacob Kroon <address@hidden>
Date:   Thu Dec 20 03:01:34 2018 +0100

    PPP, PPPoE: use service name and concentrator name
    
    Make pppoe_create() actually store the passed service name and
    concentrator name, so that they are passed in the PADI/PADR/PADS
    packets.
    
    Assume that the user application won't be freeing the strings and just
    copy the string pointers, therefore remove the mem_free() in
    pppoe_destroy().
    
    Since only the pointers are copied now, make them 'const' in
    pppoe_softc.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/include/netif/ppp/pppoe.h |  4 ++--
 src/netif/ppp/pppoe.c         | 15 ++++++---------
 2 files changed, 8 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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