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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 5b0d9338fd5f2c90e3cbd40970bc11f16631b17c
Date: Sun, 26 Jul 2015 22:26:47 +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  5b0d9338fd5f2c90e3cbd40970bc11f16631b17c (commit)
      from  409d7a99f95240e9188118d423dc88de5bf0a565 (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 5b0d9338fd5f2c90e3cbd40970bc11f16631b17c
Author: Joel Cunningham <address@hidden>
Date:   Mon Jul 27 00:22:30 2015 +0200

    netif, loopif: set link up on loopback interface
    
    When LWIP_HAVE_LOOPIF is enabled, a separate loopback interface is added
    as a netif. A netif need to have its link state set to up to be able to be
    selected as a route in ip4_route or ip6_route.
    
    The regression appears to be when bug #43904 (ip_route() and ip6_route()
    must detect linkup status) was fixed.
    
    Furthermore, there is no point of having the loopif down by default.

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

Summary of changes:
 src/core/netif.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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



reply via email to

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