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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1021-g637bce9
Date: Wed, 8 Nov 2017 14:41:06 -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  637bce91b45c855964f549f91bc41a32317eac4c (commit)
      from  d864f8c3a35c33aa323e8c215a321a76bd004bd0 (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 637bce91b45c855964f549f91bc41a32317eac4c
Author: Joel Cunningham <address@hidden>
Date:   Wed Nov 8 12:55:33 2017 -0600

    netif: ensure link and admin states are up in issue reports (bug #52353)
    
    This fixes a bug where some callers of netif_issue_reports were not
    checking that both link and admin states were up, leading to extraneous
    reports when calling one of the following
    
     1) netif_set_ipaddr
     2) netif_ip6_addr_set_parts
     3) netif_ip6_addr_set_state
    
    The bug has been fixed by placing link and admin state checks in
    netif_issue_reports and not requiring the callers to perform this
    checking

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

Summary of changes:
 CHANGELOG        |  3 +++
 src/core/netif.c | 15 +++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)


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



reply via email to

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