diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-03-25 02:42:29 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-03-25 03:05:15 -0500 |
commit | 85ed5feda444604622f08d73ea52e744733315d0 (patch) | |
tree | 142bdba1f96eb8a8b254eba3ac9b9d677e9fbe52 /interface-definitions/ntp.xml.in | |
parent | 58b29610221a8f80bea1cfacbd2112f3690fe734 (diff) | |
download | vyos-1x-85ed5feda444604622f08d73ea52e744733315d0.tar.gz vyos-1x-85ed5feda444604622f08d73ea52e744733315d0.zip |
ntp: T5112: Enable support for NTS (Network Time Security) in chrony
This is basic configuration to enable NTS support in chrony.
Diffstat (limited to 'interface-definitions/ntp.xml.in')
-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 65e40ee32..287401ed6 100644 --- a/interface-definitions/ntp.xml.in +++ b/interface-definitions/ntp.xml.in @@ -37,6 +37,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="nts"> + <properties> + <help>Enable Network Time Security (NTS) for the server</help> + <valueless/> + </properties> + </leafNode> <leafNode name="pool"> <properties> <help>Associate with a number of remote servers</help> |