From ab593975a441a676fd36bd420c7f68a6c7160e02 Mon Sep 17 00:00:00 2001 From: Skyliner Date: Thu, 4 Apr 2024 08:05:28 -0400 Subject: Fix position of backtick --- docs/configuration/system/ntp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration') diff --git a/docs/configuration/system/ntp.rst b/docs/configuration/system/ntp.rst index 223447f5..223da4c0 100644 --- a/docs/configuration/system/ntp.rst +++ b/docs/configuration/system/ntp.rst @@ -4,7 +4,7 @@ NTP ### -:abbr:`NTP (Network Time Protocol`) is a networking protocol for clock +:abbr:`NTP (Network Time Protocol)` is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP is one of the oldest Internet protocols in current use. -- cgit v1.2.3 From c29674b0ad4ba7e8b0c8e3d1abf7101d6bedcf89 Mon Sep 17 00:00:00 2001 From: Skyliner Date: Thu, 4 Apr 2024 08:07:27 -0400 Subject: Add docs for `set system ntp interface` --- docs/configuration/system/ntp.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/system/ntp.rst b/docs/configuration/system/ntp.rst index 223da4c0..73580635 100644 --- a/docs/configuration/system/ntp.rst +++ b/docs/configuration/system/ntp.rst @@ -66,6 +66,11 @@ Configuration the `
` and optionally the permitted clients. Multiple listen addresses can be configured. +.. cfgcmd:: set system ntp interface + + NTP process will listen on the specified interface. Multiple listen + interfaces can be configured. + .. cfgcmd:: set system ntp allow-clients address
List of networks or client addresses permitted to contact this NTP server. -- cgit v1.2.3