summaryrefslogtreecommitdiff
path: root/op-mode-definitions/date.xml.in
AgeCommit message (Collapse)Author
2024-09-16op-mode: T6715: manually changing time/date is not synced into hardware clockmergify/bp/circinus/pr-4071Christian Breunig
When not using NTP and adjusting the current system time/date using set date the time is not saved across a reboot into the hardware RTC. This commit explicitly syncs the current time after a change into the systems RTC. Most routers do not run without NTP (which is even a VyOS default) so the priority is pretty low. (cherry picked from commit 835126e249c1a8b7ae87ac169a8eb9d2df979249)
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
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger