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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-364-gec4f001
Date: Wed, 1 Mar 2017 07:18:57 -0500 (EST)

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  ec4f00179d0ef90e4903fd752e450ec23ebc3d34 (commit)
      from  d8135f9ae251736f38074bbac3e5bc09da63c0d2 (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 ec4f00179d0ef90e4903fd752e450ec23ebc3d34
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 1 13:18:37 2017 +0100

    Fix bug #50242: dhcp_release does not stop autoip (in coop mode)
    Create new function dhcp_release_and_stop() that stops DHCP statemachine 
and sends release message if needed. Also stops AUTOIP if in coop mode.
    Old dhcp_release() and dhcp_stop() function internally call 
dhcp_release_and_stop() now.

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

Summary of changes:
 src/core/ipv4/dhcp.c    | 115 ++++++++++++++++++++++++------------------------
 src/include/lwip/dhcp.h |   1 +
 2 files changed, 59 insertions(+), 57 deletions(-)


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



reply via email to

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