Skip to content

Commit

Permalink
Adding tos_maxclock and cleanup to ntp.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Jul 10, 2017
1 parent a4eb8ce commit d44e981
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -558,6 +558,16 @@ Whether to enable tos options.

Default value: `false`.

#### `tos_maxclock`

Optional.

Data type: Integer[1].

Specifies the maxclock tos option.

Default value: 6.

#### `tos_minclock`

Optional.
Expand Down
2 changes: 1 addition & 1 deletion data/common.yaml
Expand Up @@ -54,8 +54,8 @@ ntp::tinker: ~
ntp::tos_ceiling: 15
ntp::tos_cohort: 0
ntp::tos_floor: 1
ntp::tos_minclock: 3
ntp::tos_maxclock: 6
ntp::tos_minclock: 3
ntp::tos_minsane: 1
ntp::tos: false
ntp::udlc_stratum: 10
Expand Down

0 comments on commit d44e981

Please sign in to comment.