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-1517-gd65681a
Date: Wed, 11 Jul 2018 13:58:07 -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  d65681a7d7a13a220c7bab9093c717b151d3719c (commit)
      from  7b8a784c4fa6046257f841c98892799f3b419460 (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 d65681a7d7a13a220c7bab9093c717b151d3719c
Author: Jasper Verschueren <address@hidden>
Date:   Wed Jul 4 10:06:30 2018 +0200

    DHCP request send on reboot does not contain hostname option
    
    When the network is changed, dhcp is rebooted.
    It will send a dhcp request again to verify it's lease.
    
    DHCP requests are send out in selecting state, rebinding, renewing
    and rebooting. But in the rebooting state the hostname option is
    not included. This means that after reboot, the hostname will be
    unknown to the DNS.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 src/core/ipv4/dhcp.c | 5 +++++
 1 file changed, 5 insertions(+)


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



reply via email to

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