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. STABLE-2_1_0_RELEASE-391-gc8fda8d
Date: Wed, 8 Apr 2020 21:46:42 -0400 (EDT)

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  c8fda8d46c591118a9cf4b746b4f67ae002e43fe (commit)
      from  cfe5ce9d4956809bca6c7ced1dbe42d6befddf83 (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 c8fda8d46c591118a9cf4b746b4f67ae002e43fe
Author: Sylvain Rochet <address@hidden>
Date:   Thu Apr 9 03:32:05 2020 +0200

    PPP: use netif_set_up() instead of setting NETIF_FLAG_UP flag
    
    NETIF_FLAG_UP flag is not supposed to be set by netif init callback
    anymore, call netif_set_up() instead.
    
    Sure it would be better to let user application code call netif_set_up()
    by itself as it is now meant to be but let's not break compatibility for
    now and add a FIXME for next release with allowed behavior break.
    
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 src/netif/ppp/ppp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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