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. 633696c1532374c624eb475111e02743e7af2cd1
Date: Wed, 28 Sep 2016 10:57:06 +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  633696c1532374c624eb475111e02743e7af2cd1 (commit)
      from  0e2354e658d9dc193d60048a8394517a41ca64ff (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 633696c1532374c624eb475111e02743e7af2cd1
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Sep 28 12:56:39 2016 +0200

    Implement consistent IPx_ADDR_ANYx macro naming between IPv4 and IPv6
    - rename IP4_ADDR_ANY to IP4_ADDR_ANY4
    - IP4_ADDR_ANY (= IP_ADDR_ANY) is now IPv4 any address in ip_addr_t format

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

Summary of changes:
 src/api/api_lib.c             |   12 ++++++------
 src/api/netifapi.c            |   12 ++++++------
 src/apps/lwiperf/lwiperf.c    |    2 +-
 src/apps/mdns/mdns.c          |    4 ++--
 src/apps/snmp/snmp_core.c     |    2 +-
 src/apps/snmp/snmp_mib2_ip.c  |    6 +++---
 src/apps/snmp/snmp_mib2_tcp.c |    6 +++---
 src/apps/snmp/snmp_netconn.c  |    2 +-
 src/apps/snmp/snmp_raw.c      |    2 +-
 src/apps/sntp/sntp.c          |    2 +-
 src/core/dns.c                |    4 ++--
 src/core/ipv4/autoip.c        |    4 ++--
 src/core/ipv4/dhcp.c          |   14 +++++++-------
 src/core/ipv4/igmp.c          |    4 ++--
 src/core/ipv4/ip4.c           |    8 ++++----
 src/core/ipv4/ip4_addr.c      |    2 +-
 src/core/netif.c              |    2 +-
 src/core/raw.c                |    2 +-
 src/core/tcp.c                |    4 ++--
 src/core/udp.c                |    4 ++--
 src/include/lwip/ip_addr.h    |   20 +++++++++++++-------
 src/netif/ppp/ppp.c           |    8 ++++----
 src/netif/ppp/pppol2tp.c      |    2 +-
 23 files changed, 67 insertions(+), 61 deletions(-)


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



reply via email to

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