Add three new statistics to the NTP source stats object:
last_rx_accepted: timestamp of the last accepted NTP reply
last_rx_ignored: timestamp of the last ignored NTP reply
rx_ignored: the number of ignored NTP replies
Additionally, change the behavior of the existing rx_packets counter.
From now on it reports the total number of NTP replies instead of just
the NTP replies used to update the clock.
Add three new statistics to the NTP source stats object:
Additionally, change the behavior of the existing rx_packets counter. From now on it reports the total number of NTP replies instead of just the NTP replies used to update the clock.
Update AAT's to recongize the new statistics.
This change is