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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1109-gd87740b
Date: Tue, 2 Jan 2018 14:42:47 -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  d87740bb963b915a9b194ee0f89a64b250674121 (commit)
      from  1c7a02429739e4d1b2858ad0fe5114f47a1d2ffa (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 d87740bb963b915a9b194ee0f89a64b250674121
Author: Erik Ekman <address@hidden>
Date:   Tue Jan 2 20:38:36 2018 +0100

    mdns: Fix multicast destination check for IPv6
    
    This broke when IPv6 got scopes added. Scopes/zones are checked
    even if none of the compared addresses are link local.
    
    Result of the bug was that IPv6 replies were always sent unicast to
    the source instead of to the multicast address.
    
    Add ip-generic version that ignores IP zone info, since the v6 group
    address is not tied to any netif.

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

Summary of changes:
 src/apps/mdns/mdns.c       | 2 +-
 src/include/lwip/ip_addr.h | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


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



reply via email to

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