mirror of
https://github.com/lingble/talos.git
synced 2026-01-12 17:35:03 +00:00
Due to the bug introduced when refactoring for PTP devices, invalid NTP responses (including for example NTP kiss of death), were incorrectly handled when only a single NTP server was used. The error was logged, but the response was used to adjust the time which leads to unexpected time jumps. Properly ignore any invalid NTP response. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>