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. 9d28549f32013e14329de75ef25dc9ada88c81e1
Date: Wed, 30 Sep 2015 12:48:29 +0000

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  9d28549f32013e14329de75ef25dc9ada88c81e1 (commit)
       via  6cdea62638c279c5d6e5d23248580aa321dba882 (commit)
      from  3dd0977635292a7f8496ee7e0ed93c0840779d9e (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 9d28549f32013e14329de75ef25dc9ada88c81e1
Author: goldsimon <address@hidden>
Date:   Wed Sep 30 14:48:25 2015 +0200

    minor: fixed coding style in mld6.c

commit 6cdea62638c279c5d6e5d23248580aa321dba882
Author: Erik Ekman <address@hidden>
Date:   Wed Sep 30 09:55:18 2015 +0200

    Add functions to join/leave v6 multicast group by netif
    
    Existing functions are based on IP address, but the address is used
    only to look up which netif to act on. The netif-based core code is
    extracted to new exported functions.
    
    If you have a netif handle, this makes it easier to join/leave
    groups, without the need to convert to IP address first only for the
    mld6 code to convert back to netif.

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

Summary of changes:
 src/core/ipv6/mld6.c    |  175 +++++++++++++++++++++++++++--------------------
 src/include/lwip/mld6.h |    2 +
 2 files changed, 104 insertions(+), 73 deletions(-)


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



reply via email to

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