diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2024-11-19 20:35:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 10:35:31 +0000 |
commit | 04c837af1cf89ff42adc42062df48a0dd209a0e1 (patch) | |
tree | a67c6f3dd2e07ec5bd742b294b1ed423171f9655 /changelogs | |
parent | 67cda0147ab54136ef0604427c5a01a7f4b21986 (diff) | |
download | vyos.vyos-04c837af1cf89ff42adc42062df48a0dd209a0e1.tar.gz vyos.vyos-04c837af1cf89ff42adc42062df48a0dd209a0e1.zip |
T6832: VyOS v1.4+ chronyd conf support (#357)
* VyOS v1.4+ chronyd conf support
* template typo fix
* Making replace tool more robust by distinctive placeholder
* allow-clients workaround
* test for ntp_global and v1.4
* sanity and change log
* sanity fix
* updates to tests (dynamic >.pool) and docs
* doc update 'system' > 'service'
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/ntp_global.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ntp_global.yaml b/changelogs/fragments/ntp_global.yaml new file mode 100644 index 0000000..bab9b55 --- /dev/null +++ b/changelogs/fragments/ntp_global.yaml @@ -0,0 +1,5 @@ +--- +minor_changes: + - Added support for VyOS 1.4+ (chronyd vs ntpd) + - Fixed syntax for allow_client in 1.4+ + - Added test suite for ntp_global and 1.4+ |