lwIP - A Lightweight TCP/IP stack - Patches: patch #10212, dhcp_set_ntp_servers debug logging...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10212: dhcp_set_ntp_servers debug logging is confusing
Submitter: | Cody Cutrer <ccutrer> | ||
Submitted: | Fri 17 Jun 2022 03:05:28 PM UTC | ||
Category: | apps | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Planned Release: | None |
Attached Files
file #53311: 0001-sntp-improve-logging-of-dhcp_set_ntp_servers.patch added by ccutrer (2KiB - application/octet-stream)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-06-17 | ccutrer | Attached File | - | ![]() |
Added 0001-sntp-improve-logging-of-dhcp_set_ntp_servers.patch, #53311 |
the current logging and comments are confusing, implying there will
be one call for each server, when in reality there is one call for
all servers from DHCP. log them all, instead of the first
(which will technically be garbage data if DHCP didn't provide
any NTP servers), in the same method as the DHCPv6 method.