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-95-gafb2160
Date: Wed, 14 Dec 2016 07:31:18 +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  afb21603dc514b6febf93a68cca7acf76e282963 (commit)
       via  002e077dbde0274810957320d23d58554ce0ff13 (commit)
      from  9d199a6d72b6adeec06fecebf9e8746ed3b0eb96 (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 afb21603dc514b6febf93a68cca7acf76e282963
Author: goldsimon <address@hidden>
Date:   Wed Dec 14 08:31:09 2016 +0100

    Add a check for correct implementation of LWIP_CONST_CAST() to lwip_init()

commit 002e077dbde0274810957320d23d58554ce0ff13
Author: David van Moolenbroek <address@hidden>
Date:   Tue Dec 13 18:23:28 2016 +0000

    ethip6: forward correct error code
    
    On failure, nd6_get_next_hop_entry() returns an ERR_ type negative
    error code.  ethip6_output() erroneously assumed that that error would
    always be ERR_MEM, even though it may also be ERR_RTE in practice.
    With this patch, ethip6_output() simply forwards the returned error.

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

Summary of changes:
 src/core/init.c        |    5 +++++
 src/core/ipv6/ethip6.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


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



reply via email to

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