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. master_at_STABLE-2_0_0-1164-g734b6ab
Date: Fri, 12 Jan 2018 17:11:55 -0500 (EST)

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  734b6ab57a5f2ff07e19fea358ddd45607ea200b (commit)
       via  fa75ffed9dfc15e3a3e12711fe739b79e941fc08 (commit)
       via  452c6a53785c1ef8a85d5364e1c79c438a9c8670 (commit)
       via  d115b280577b81195b05dc4caccecf2cd417e7df (commit)
      from  0b2b22338a254aa3559c922fa451750dc3042ae6 (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 734b6ab57a5f2ff07e19fea358ddd45607ea200b
Author: goldsimon <address@hidden>
Date:   Fri Jan 12 23:11:38 2018 +0100

    netif: ensure netif_set_addr() only results in one "ext_status_callback"
    
    This can be used e.g. in mdns to create one, not multiple "changed" triggers
    if IP address and netmask change at the same time.

commit fa75ffed9dfc15e3a3e12711fe739b79e941fc08
Author: goldsimon <address@hidden>
Date:   Fri Jan 12 22:27:15 2018 +0100

    unit tests: added test_netif (checking ext_callbacks only, for now)

commit 452c6a53785c1ef8a85d5364e1c79c438a9c8670
Author: goldsimon <address@hidden>
Date:   Fri Jan 12 22:25:34 2018 +0100

    netif: add netif_remove_ext_callback() (counterpart to 
netif_add_ext_callback())

commit d115b280577b81195b05dc4caccecf2cd417e7df
Author: goldsimon <address@hidden>
Date:   Fri Jan 12 22:24:45 2018 +0100

    netif: change netif_nsc_reason_t to flags (preparation only)

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

Summary of changes:
 src/core/netif.c            | 205 ++++++++++++++++++++++++++++++--------------
 src/include/lwip/netif.h    |  42 ++++-----
 test/unit/Filelists.mk      |   1 +
 test/unit/core/test_netif.c | 182 +++++++++++++++++++++++++++++++++++++++
 test/unit/core/test_netif.h |   8 ++
 test/unit/lwip_unittests.c  |   2 +
 test/unit/lwipopts.h        |   3 +
 7 files changed, 356 insertions(+), 87 deletions(-)
 create mode 100644 test/unit/core/test_netif.c
 create mode 100644 test/unit/core/test_netif.h


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



reply via email to

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