summaryrefslogtreecommitdiff
path: root/interface-definitions/ntp.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-11-29 13:32:03 +0100
committerChristian Poessinger <christian@poessinger.com>2020-11-29 13:32:03 +0100
commit3169f1270fe8217fe57c9301e48b550539f14b77 (patch)
treea25362564be4d7e27ce89b05660c722c6efe5100 /interface-definitions/ntp.xml.in
parentcacbc208d0802806de2c671e41607d605138aaa5 (diff)
downloadvyos-1x-3169f1270fe8217fe57c9301e48b550539f14b77.tar.gz
vyos-1x-3169f1270fe8217fe57c9301e48b550539f14b77.zip
ntp: T2297: support configuration of NTP pool
set system ntp server <server> pool
Diffstat (limited to 'interface-definitions/ntp.xml.in')
-rw-r--r--interface-definitions/ntp.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/ntp.xml.in b/interface-definitions/ntp.xml.in
index 6070cafe0..6a8eb0818 100644
--- a/interface-definitions/ntp.xml.in
+++ b/interface-definitions/ntp.xml.in
@@ -20,6 +20,12 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="pool">
+ <properties>
+ <help>Associate with a number of remote servers</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<leafNode name="preempt">
<properties>
<help>Specifies the association as preemptable rather than the default persistent</help>