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. c4e3be814f359952b22c944aaff2d0f178ff19d4
Date: Thu, 18 Aug 2016 19:00:20 +0000 (UTC)

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  c4e3be814f359952b22c944aaff2d0f178ff19d4 (commit)
       via  ad357a4c89203e1fee27b3d4cddb99c8c2c566f0 (commit)
       via  2d503f4433d6f94308ac7105cb438433f519fa52 (commit)
      from  5df88220c4f3b25c9debf626fa6b227c637a9d4b (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 c4e3be814f359952b22c944aaff2d0f178ff19d4
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:58:51 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    ARP

commit ad357a4c89203e1fee27b3d4cddb99c8c2c566f0
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:55:09 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    ICMP

commit 2d503f4433d6f94308ac7105cb438433f519fa52
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Aug 18 20:52:00 2016 +0200

    Work on bug #48728: headers should cleanly separate API vs. implementation
    ICMP6

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

Summary of changes:
 src/core/ipv6/icmp6.c                     |    1 +
 src/core/ipv6/nd6.c                       |    1 +
 src/include/lwip/etharp.h                 |   29 ++----------------
 src/include/lwip/icmp.h                   |   44 +--------------------------
 src/include/lwip/icmp6.h                  |   34 ---------------------
 src/include/lwip/prot/{udp.h => arp.h}    |   33 ++++++++++++++-------
 src/include/lwip/prot/{mld6.h => icmp.h}  |   46 +++++++++++++++++++++--------
 src/include/lwip/prot/{mld6.h => icmp6.h} |   37 +++++++++++++++--------
 8 files changed, 86 insertions(+), 139 deletions(-)
 copy src/include/lwip/prot/{udp.h => arp.h} (72%)
 copy src/include/lwip/prot/{mld6.h => icmp.h} (62%)
 copy src/include/lwip/prot/{mld6.h => icmp6.h} (75%)


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



reply via email to

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