summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-21 13:37:56 +0100
committerGitHub <noreply@github.com>2024-01-21 13:37:56 +0100
commit4412d1ae8499de3a49d99c37f66b93c6b4693295 (patch)
tree66aa5d679b8b92ffb9fcb344627e7ae50e546345 /interface-definitions
parent1ca76b8f9b069ce1f8073326518196dbe95681c6 (diff)
parenta239b032a018c49fa570c6568f62e858ce738ba2 (diff)
downloadvyos-1x-4412d1ae8499de3a49d99c37f66b93c6b4693295.tar.gz
vyos-1x-4412d1ae8499de3a49d99c37f66b93c6b4693295.zip
Merge pull request #2866 from vyos/mergify/bp/sagitta/pr-2863
ntp: T5692: add support to configure leap second behavior (backport #2863)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/service_ntp.xml.in36
1 files changed, 32 insertions, 4 deletions
diff --git a/interface-definitions/service_ntp.xml.in b/interface-definitions/service_ntp.xml.in
index 65a45d7a1..c057b62b5 100644
--- a/interface-definitions/service_ntp.xml.in
+++ b/interface-definitions/service_ntp.xml.in
@@ -9,6 +9,38 @@
<priority>900</priority>
</properties>
<children>
+ #include <include/allow-client.xml.i>
+ #include <include/generic-interface.xml.i>
+ #include <include/listen-address.xml.i>
+ #include <include/interface/vrf.xml.i>
+ <leafNode name="leap-second">
+ <properties>
+ <help>Leap second behavior</help>
+ <completionHelp>
+ <list>ignore smear system timezone</list>
+ </completionHelp>
+ <valueHelp>
+ <format>ignore</format>
+ <description>No correction is applied to the clock for the leap second</description>
+ </valueHelp>
+ <valueHelp>
+ <format>smear</format>
+ <description>Correct served time slowly be slewing instead of stepping</description>
+ </valueHelp>
+ <valueHelp>
+ <format>system</format>
+ <description>Kernel steps the system clock forward or backward</description>
+ </valueHelp>
+ <valueHelp>
+ <format>timezone</format>
+ <description>Use UTC timezone database to determine when will the next leap second occur</description>
+ </valueHelp>
+ <constraint>
+ <regex>(ignore|smear|system|timezone)</regex>
+ </constraint>
+ </properties>
+ <defaultValue>timezone</defaultValue>
+ </leafNode>
<tagNode name="server">
<properties>
<help>Network Time Protocol (NTP) server</help>
@@ -56,10 +88,6 @@
</leafNode>
</children>
</tagNode>
- #include <include/allow-client.xml.i>
- #include <include/generic-interface.xml.i>
- #include <include/listen-address.xml.i>
- #include <include/interface/vrf.xml.i>
</children>
</node>
</children>