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. STABLE-2_1_0_RELEASE-225-g8f2f43f
Date: Wed, 30 Jan 2019 11:49:37 -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  8f2f43f0937dcb192351f89df78157a814f37b21 (commit)
      from  3cb6ae77708feb3cf9c3b0b83c4cc4164a7ad527 (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 8f2f43f0937dcb192351f89df78157a814f37b21
Author: David J. Fiddes <address@hidden>
Date:   Sat Jan 19 12:21:56 2019 +0000

    Implement RFC4075 Receive SNTP servers via DHCPv6
    
    This adds support for RFC4075 SNTP server configuration via DHCPv6.
    The DHCPv6 options transmitted are now conditional on how LwIP is
    configured.
    
    A new SNTP application option SNTP_GET_SERVERS_FROM_DHCPV6 is used
    to enable. For simplicity this is configured to use the global
    LWIP_DHCP6_GET_NTP_SRV configuration setting.
    
    Tests:
     - Check the global options now control the DHCPv6 request sent
       in Wireshark
     - Check against 0, 1 and 3 SNTP servers configured on an odhcpd
       server configured to support RFC 4075 SNTP server lists.
       Verify that the SNTP server list is updated on connection
       establishment on an ESP8266 WeMOS D1.
     - Verify that SNTP packets are sent and recieved from a
       configured server and that system time is updated.
    
    Signed-off-by: David J. Fiddes <address@hidden>

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

Summary of changes:
 src/apps/sntp/sntp.c              | 36 ++++++++++++++++++++++++++++++++----
 src/core/ipv6/dhcp6.c             | 11 ++++++++++-
 src/include/lwip/apps/sntp.h      |  6 +++---
 src/include/lwip/apps/sntp_opts.h |  6 ++++++
 4 files changed, 51 insertions(+), 8 deletions(-)


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



reply via email to

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