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. 1dd050aaca981e78683e4f27e844b26ed96e7267
Date: Sun, 08 Mar 2015 22:22:48 +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  1dd050aaca981e78683e4f27e844b26ed96e7267 (commit)
       via  99bcce78921b936f491dd9bfbbebd3e32705ffb7 (commit)
       via  0e2ea94f5e0827f68127ed2ff0126c791a649b84 (commit)
       via  9cd7abdd6eec30f9398fde7611a33be6b15a4aa3 (commit)
       via  dbacfe0a1d508743085f9f748d9a6e89249cd5be (commit)
      from  d50494f27402ff6f5a20cf4543dee4e7c37be7fa (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 1dd050aaca981e78683e4f27e844b26ed96e7267
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 23:17:11 2015 +0100

    PPP, IPV6CP, build out IPv6 VJ support using the existing IPV6CP_COMP define

commit 99bcce78921b936f491dd9bfbbebd3e32705ffb7
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 23:00:27 2015 +0100

    PPP, IPCP, removed proxy ARP support

commit 0e2ea94f5e0827f68127ed2ff0126c791a649b84
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 22:53:12 2015 +0100

    PPP, IPCP, removed WINS support

commit 9cd7abdd6eec30f9398fde7611a33be6b15a4aa3
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 22:39:58 2015 +0100

    PPP, IPCP, fully removed DNS support from IPCP if LWIP_DNS is disabled

commit dbacfe0a1d508743085f9f748d9a6e89249cd5be
Author: Sylvain Rochet <address@hidden>
Date:   Sun Mar 8 22:20:19 2015 +0100

    PPP, IPCP, fully removed VJ support from IPCP if VJ_SUPPORT is disabled

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

Summary of changes:
 src/include/netif/ppp/ipcp.h     |   36 +++++++++--
 src/include/netif/ppp/ipv6cp.h   |    8 ++-
 src/include/netif/ppp/ppp.h      |    4 +-
 src/include/netif/ppp/ppp_impl.h |    2 +
 src/netif/ppp/ipcp.c             |  129 +++++++++++++++++++++++++++++++++++---
 src/netif/ppp/ipv6cp.c           |   44 ++++++++++---
 src/netif/ppp/ppp.c              |    4 +-
 src/netif/ppp/pppoe.c            |    8 +-
 src/netif/ppp/pppol2tp.c         |    8 +-
 src/netif/ppp/pppos.c            |   31 +---------
 10 files changed, 210 insertions(+), 64 deletions(-)


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



reply via email to

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