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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 177c06b1f16bd81826934850f82dd3f0dafda595
Date: Thu, 20 Aug 2015 20:40:08 +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  177c06b1f16bd81826934850f82dd3f0dafda595 (commit)
      from  cc348dcca26e4dd84b8ef27e8c67f7aff5b57dd1 (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 177c06b1f16bd81826934850f82dd3f0dafda595
Author: sg <address@hidden>
Date:   Thu Aug 20 22:39:48 2015 +0200

    - prework for fixing bug #45029: access IPv4 configuration of struct netif 
via new API (netif_ip4_addr()/netif_ip4_netmask()/netif_ip4_gw()) instead of 
accessing the struct member directly. This way, we can change the struct member 
types from ip4_addr_t to ip_addr_t;
    - fixed some bugs in calls to ip4_addr*() where the cast to u8_t* did not 
reveal the wrong address type

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

Summary of changes:
 src/core/dhcp.c             |    9 +++++++--
 src/core/dns.c              |    2 +-
 src/core/ipv4/autoip.c      |    2 +-
 src/core/ipv4/ip4.c         |   34 +++++++++++++++++-----------------
 src/core/ipv4/ip4_addr.c    |   10 +++++-----
 src/core/ipv6/ip6_addr.c    |    2 +-
 src/core/netif.c            |   42 +++++++++++++++++++++---------------------
 src/core/snmp/mib2.c        |   24 ++++++++++++------------
 src/core/udp.c              |   10 +++++-----
 src/include/lwip/ip4.h      |    2 +-
 src/include/lwip/ip4_addr.h |    8 ++++----
 src/include/lwip/ip_addr.h  |    2 +-
 src/include/lwip/netif.h    |    6 ++++++
 src/include/netif/etharp.h  |    2 +-
 src/netif/etharp.c          |   18 +++++++++---------
 15 files changed, 92 insertions(+), 81 deletions(-)


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



reply via email to

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