diff options
| author | anderbak <bjanderson7583@gmail.com> | 2026-05-04 19:20:30 -0400 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-21 17:32:53 +0200 |
| commit | fb26030466d017b1c136da6eb631f2c85fb229aa (patch) | |
| tree | 6be3582bd597a039b188189ce3b6a72e1a6a4cfc /data | |
| parent | 036c1dc949815fddd71c03b09f579623b5b76bff (diff) | |
| download | vyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.tar.gz vyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.zip | |
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 %} |
