diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-21 17:43:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 17:43:49 +0200 |
| commit | 6fa4967f49e988e4979c611ee9199bb14bef8536 (patch) | |
| tree | c66f4301450037fae9efdb29db61a9a6097c6ff4 /data | |
| parent | 036c1dc949815fddd71c03b09f579623b5b76bff (diff) | |
| parent | 7c4d75017464d01b6fe293eea031ad8a0418c8ee (diff) | |
| download | vyos-1x-6fa4967f49e988e4979c611ee9199bb14bef8536.tar.gz vyos-1x-6fa4967f49e988e4979c611ee9199bb14bef8536.zip | |
Merge pull request #5166 from anderbak/t8601-ntp-local-stratum
ntp: T8601: add local stratum option
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/chrony/chrony.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/chrony/chrony.conf.j2 b/data/templates/chrony/chrony.conf.j2 index cc80e4d64..23b452f01 100644 --- a/data/templates/chrony/chrony.conf.j2 +++ b/data/templates/chrony/chrony.conf.j2 @@ -46,6 +46,11 @@ user {{ user }} {% endfor %} {% endif %} +{% if local_stratum is vyos_defined %} +# Enable local reference mode +local stratum {{ local_stratum }} +{% endif %} + # Allowed clients configuration {% if allow_client.address is vyos_defined %} {% for address in allow_client.address %} |
