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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 70f3e5ed059fc0dc7e69ed9322ed01a6145a9f44
Date: Fri, 26 Feb 2016 22:06:21 +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  70f3e5ed059fc0dc7e69ed9322ed01a6145a9f44 (commit)
       via  2dc8f59bf4adc3a90bb78558b67c23a4c107aa3e (commit)
       via  d5778bad2f45b20589a56e37b0c5e48a21498ce3 (commit)
      from  81c81215513b848ba05c180080c41388c2cb350a (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 70f3e5ed059fc0dc7e69ed9322ed01a6145a9f44
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Feb 26 23:04:51 2016 +0100

    Cleanup: Create new file ip.c and move dual-stack code from ipv4 and ipv6 
folder in there

commit 2dc8f59bf4adc3a90bb78558b67c23a4c107aa3e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Feb 26 22:50:44 2016 +0100

    Fix compile when PPPOE is enabled

commit d5778bad2f45b20589a56e37b0c5e48a21498ce3
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Feb 26 22:50:20 2016 +0100

    No need for dual-stack code in ip4.c and icmp.c -> use ip4 only versions

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

Summary of changes:
 src/Filelists.mk         |    1 +
 src/core/init.c          |    4 --
 src/core/ip.c            |  113 ++++++++++++++++++++++++++++++++++++++++++++++
 src/core/ipv4/icmp.c     |    4 +-
 src/core/ipv4/ip4.c      |   83 +++++++++++++---------------------
 src/core/ipv6/ip6.c      |   17 -------
 src/core/ipv6/ip6_addr.c |   35 --------------
 src/netif/etharp.c       |    4 --
 src/netif/ethernet.c     |    4 ++
 9 files changed, 151 insertions(+), 114 deletions(-)
 create mode 100644 src/core/ip.c


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



reply via email to

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