summaryrefslogtreecommitdiff
path: root/data/templates/ntp/ntpd.conf.j2
AgeCommit message (Collapse)Author
2023-01-14ntp: T3008: migrate from ntpd to chronyChristian Breunig
* Move CLI from "system ntp" -> "service ntp" * Drop NTP server option preempt as not supported by chrony
2022-07-04ntp: T4456: support listening on specified interfaceChristian Poessinger
When clients only use DHCP for interface addressing we can not bind NTPd to an address - as it will fail if the address changes. This commit adds support to bind ntpd to a given interface in addition to a given address. set system ntp interface <name>
2022-04-14ntp: T4353: fix Jinja2 linting errorsChristian Poessinger