diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-29 13:32:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-29 13:32:03 +0100 |
commit | 3169f1270fe8217fe57c9301e48b550539f14b77 (patch) | |
tree | a25362564be4d7e27ce89b05660c722c6efe5100 /interface-definitions | |
parent | cacbc208d0802806de2c671e41607d605138aaa5 (diff) | |
download | vyos-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')
-rw-r--r-- | interface-definitions/ntp.xml.in | 6 |
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> |