summaryrefslogtreecommitdiff
path: root/data/templates/ntp/ntpd.conf.j2
AgeCommit message (Collapse)Author
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