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. 7037b340c1f1a6fb71dad37baa7a0bbf310718ee
Date: Tue, 19 Jul 2016 07:30:38 +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  7037b340c1f1a6fb71dad37baa7a0bbf310718ee (commit)
      from  06c74044616161b6102dc59542db42b5b127d382 (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 7037b340c1f1a6fb71dad37baa7a0bbf310718ee
Author: Dirk Ziegelmeier <address@hidden>
Date:   Tue Jul 19 09:29:51 2016 +0200

    Move etharp to core/ipv4, which is a more appropriate place for it

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

Summary of changes:
 src/Filelists.mk                     |    3 +-
 src/api/tcpip.c                      |    2 +-
 src/apps/snmp/snmp_mib2_ip.c         |    2 +-
 src/core/init.c                      |    2 +-
 src/core/ipv4/autoip.c               |    2 +-
 src/core/ipv4/dhcp.c                 |    2 +-
 src/{netif => core/ipv4}/etharp.c    |    2 +-
 src/core/memp.c                      |    2 +-
 src/core/netif.c                     |    2 +-
 src/core/timers.c                    |    2 +-
 src/include/lwip/autoip.h            |    2 +-
 src/include/{netif => lwip}/etharp.h |    0
 src/include/netif/etharp.h           |  153 +---------------------------------
 src/include/netif/ppp/pppoe.h        |    2 +-
 src/netif/ethernet.c                 |    2 +-
 src/netif/ethernetif.c               |    2 +-
 16 files changed, 17 insertions(+), 165 deletions(-)
 rename src/{netif => core/ipv4}/etharp.c (99%)
 copy src/include/{netif => lwip}/etharp.h (100%)


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



reply via email to

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