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-1425-gfd050b8
Date: Fri, 8 Jun 2018 16:19:16 -0400 (EDT)

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  fd050b8a97521651016e8b830b15d1be123358dc (commit)
      from  d4845abac64c746d781e2c90bebddfe3bfe9d679 (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 fd050b8a97521651016e8b830b15d1be123358dc
Author: Simon Goldschmidt <address@hidden>
Date:   Fri Jun 8 22:18:50 2018 +0200

    fix bug #53971 Lwip sends Router Solicitation on address changes
    
    ... and add a unit test for it.
    
    Moved resetting netif->rs_count from all reports to link-up and netif-up 
only.
    While at it, clean up the interface a bit so that netif->rs_count is touched
    from nd6.c only.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 src/core/ipv6/nd6.c        |  10 +++
 src/core/netif.c           |  16 +++--
 src/include/lwip/nd6.h     |   1 +
 test/unit/ip6/test_ip6.c   | 172 +++++++++++++++++++++++++++++++++++++++++++++
 test/unit/ip6/test_ip6.h   |   8 +++
 test/unit/lwip_unittests.c |   2 +
 6 files changed, 202 insertions(+), 7 deletions(-)
 create mode 100644 test/unit/ip6/test_ip6.c
 create mode 100644 test/unit/ip6/test_ip6.h


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



reply via email to

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