summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-03-25 04:56:49 -0500
committerGitHub <noreply@github.com>2023-03-25 04:56:49 -0500
commitf69e9d8c740829f4d20a2fbcfa1ad62824f620f9 (patch)
treea0ad71bd4a61428cecf5cc75f6d461565350f04a /docs
parent676d65251934713eb9096a22ed78ddde9bda96a3 (diff)
downloadvyos-documentation-f69e9d8c740829f4d20a2fbcfa1ad62824f620f9.tar.gz
vyos-documentation-f69e9d8c740829f4d20a2fbcfa1ad62824f620f9.zip
ntp: T5112: NTS support in chrony
Add `nts` option for NTP server.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/ntp.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/ntp.rst
index 5b718c4f..08be047c 100644
--- a/docs/configuration/service/ntp.rst
+++ b/docs/configuration/service/ntp.rst
@@ -50,13 +50,16 @@ Configuration
* ``1.pool.ntp.org``
* ``2.pool.ntp.org``
-.. cfgcmd:: set service ntp server <address> <noselect | pool | prefer>
+.. cfgcmd:: set service ntp server <address> <noselect | nts | pool | prefer>
Configure one or more attributes to the given NTP server.
* ``noselect`` marks the server as unused, except for display purposes. The
server is discarded by the selection algorithm.
+ * ``nts`` enables Network Time Security (NTS) for the server as specified
+ in :rfc:`8915`
+
* ``pool`` mobilizes persistent client mode association with a number of
remote servers.