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. 8a73990f5182d6a391b0dc2404da41e24bf220d5
Date: Sat, 11 Apr 2015 12:07:17 +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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  8a73990f5182d6a391b0dc2404da41e24bf220d5 (commit)
       via  efe229a54bc15dae7985bee39bb373a275834d8e (commit)
       via  d6fdf7d4b1dce122c1e35a460c65cb114dd43bdb (commit)
      from  cf180b651ba00ec7834d125b46c1bb58eacfd123 (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 8a73990f5182d6a391b0dc2404da41e24bf220d5
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 11 14:06:06 2015 +0200

    PPP, PPPoL2TP, improved pppol2tp_create() error path

commit efe229a54bc15dae7985bee39bb373a275834d8e
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 11 13:56:41 2015 +0200

    PPP, PPPoL2TP, merged pppol2tp_input_ip() to pppol2tp_input()
    
    We don't need anymore an input function for ip4 and an input function
    for ip6, work to achieve that was partially done by ce7e31cd.
    pppol2tp_input() is now only called by pppol2tp_input_ip(), finishing
    dual stack support by merging pppol2tp_input_ip() into pppol2tp_input().

commit d6fdf7d4b1dce122c1e35a460c65cb114dd43bdb
Author: Sylvain Rochet <address@hidden>
Date:   Sat Apr 11 13:15:06 2015 +0200

    PPP, PPPoL2TP, switched to dual stack IPv4/IPv6
    
    Replaced ip4_addr_t to ip_addr_t in pppapi_pppol2tp_create() prototype,
    now binding to UDPv6 or UDPv4 depending on the passed ip_addr_t type.
    
    Removed pppol2tp_create_ip6() and pppapi_pppol2tp_create_ip6().

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

Summary of changes:
 src/api/pppapi.c                 |   48 +-----------------
 src/include/lwip/pppapi.h        |   23 +--------
 src/include/netif/ppp/pppol2tp.h |   12 +----
 src/netif/ppp/pppol2tp.c         |  102 ++++++++++----------------------------
 4 files changed, 31 insertions(+), 154 deletions(-)


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



reply via email to

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