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-144-g24fa1c4
Date: Tue, 20 Dec 2016 21:34:03 +0000 (UTC)

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  24fa1c457e98a6959c9ca90317277d1dec22adb6 (commit)
       via  71810d041524b4d296c0ba2b52f46165928110af (commit)
      from  d5bc856f452da40dddcf09b56ce01dcd75c4faae (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 24fa1c457e98a6959c9ca90317277d1dec22adb6
Author: David van Moolenbroek <address@hidden>
Date:   Fri Dec 16 21:53:35 2016 +0000

    opt.h: provide some hints regarding MLD settings

commit 71810d041524b4d296c0ba2b52f46165928110af
Author: David van Moolenbroek <address@hidden>
Date:   Fri Dec 16 21:26:32 2016 +0000

    ipv6: adjust MLD membership on address state changes
    
    If MLD support is enabled, each locally assigned IPv6 address in the
    appropriate state must be a member of the solicited-node multicast
    group corresponding to that address.  Ensure that this is always the
    case by (re-)deciding on the membership upon every address state
    change.  By doing so, this patch enforces that user-initiated state
    changes to addresses (e.g., deletion) never cause a desynchronization
    with the corresponding solicited-node multicast group membership,
    thereby making such user-initiated state changes simpler and safer.

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

Summary of changes:
 src/core/ipv6/nd6.c    |   47 ++++++++++++++++++++++++++++++++++-------------
 src/core/netif.c       |    7 +++++++
 src/include/lwip/nd6.h |    3 +++
 src/include/lwip/opt.h |    7 ++++++-
 4 files changed, 50 insertions(+), 14 deletions(-)


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



reply via email to

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