We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eb8ce commit d44e981Copy full SHA for d44e981
README.md
@@ -558,6 +558,16 @@ Whether to enable tos options.
558
559
Default value: `false`.
560
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
571
#### `tos_minclock`
572
573
Optional.
data/common.yaml
@@ -54,8 +54,8 @@ ntp::tinker: ~
54
ntp::tos_ceiling: 15
55
ntp::tos_cohort: 0
56
ntp::tos_floor: 1
57
-ntp::tos_minclock: 3
58
ntp::tos_maxclock: 6
+ntp::tos_minclock: 3
59
ntp::tos_minsane: 1
60
ntp::tos: false
61
ntp::udlc_stratum: 10
0 commit comments