]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: limit interleaved responses to NTPv4
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Nov 2021 15:33:46 +0000 (16:33 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 22 Nov 2021 16:02:49 +0000 (17:02 +0100)
commit7f984cf7fa0eaaeb18557d84b4b8663d2436ec97
tree918717a8b1f9e15e9a1e272818c1a3fcda24e448
parent8df49b799fb171a69f8d9a0fc036961cafc64559
ntp: limit interleaved responses to NTPv4

The interleaved modes are being specified for NTPv4 only. As a server,
detect interleaved requests only in NTPv4 packets.

Clients and peers can still send interleaved requests in lower-version
packets if configured with the version option.
ntp_core.c