Skip to content

Commit d44e981

Browse files
author
tphoney
committed
Adding tos_maxclock and cleanup to ntp.conf
1 parent a4eb8ce commit d44e981

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,16 @@ Whether to enable tos options.
558558

559559
Default value: `false`.
560560

561+
#### `tos_maxclock`
562+
563+
Optional.
564+
565+
Data type: Integer[1].
566+
567+
Specifies the maxclock tos option.
568+
569+
Default value: 6.
570+
561571
#### `tos_minclock`
562572

563573
Optional.

data/common.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ ntp::tinker: ~
5454
ntp::tos_ceiling: 15
5555
ntp::tos_cohort: 0
5656
ntp::tos_floor: 1
57-
ntp::tos_minclock: 3
5857
ntp::tos_maxclock: 6
58+
ntp::tos_minclock: 3
5959
ntp::tos_minsane: 1
6060
ntp::tos: false
6161
ntp::udlc_stratum: 10

0 commit comments

Comments
 (0)