mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 02:55:06 -05:00
sources: add trust option
Assume time from a source that is specified with the trust option is always true. It can't be rejected as falseticker in the source selection if sources that are specified without this option don't agree with it.
This commit is contained in:
@@ -2720,6 +2720,10 @@ Prefer this source over sources without prefer option.
|
||||
@item noselect
|
||||
Never select this source. This is useful for monitoring or with sources
|
||||
which are not very accurate, but are locked with a PPS refclock.
|
||||
@item trust
|
||||
Assume time from this source is always true. It can't be rejected as a
|
||||
falseticker in the source selection if sources that are specified without this
|
||||
option don't agree with it.
|
||||
@item minsamples
|
||||
Set the minimum number of samples kept for this source. This overrides the
|
||||
@code{minsamples} directive (@pxref{minsamples directive}).
|
||||
@@ -3024,6 +3028,11 @@ Prefer this source over sources without prefer option.
|
||||
@item noselect
|
||||
Never select this source. This is particularly useful for monitoring.
|
||||
|
||||
@item trust
|
||||
Assume time from this source is always true. It can't be rejected as a
|
||||
falseticker in the source selection if sources that are specified without this
|
||||
option don't agree with it.
|
||||
|
||||
@item minsamples
|
||||
Set the minimum number of samples kept for this source. This overrides the
|
||||
@code{minsamples} directive (@pxref{minsamples directive}).
|
||||
|
||||
Reference in New Issue
Block a user