diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-07 19:38:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-07 19:38:26 +0200 |
commit | 880569e0c9066ca309022cfb6c14eb388c70faaf (patch) | |
tree | 2c8009be73d0d9b72b041255581181816b63291c | |
parent | 91fdd1b81ab4f1bd17b5f58d6c3947eaa2bc8c24 (diff) | |
parent | c29674b0ad4ba7e8b0c8e3d1abf7101d6bedcf89 (diff) | |
download | vyos-documentation-880569e0c9066ca309022cfb6c14eb388c70faaf.tar.gz vyos-documentation-880569e0c9066ca309022cfb6c14eb388c70faaf.zip |
Merge pull request #1350 from skyliner21/equuleus-skyliner
Update docs for `set system ntp interface`
-rw-r--r-- | docs/configuration/system/ntp.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/configuration/system/ntp.rst b/docs/configuration/system/ntp.rst index 223447f5..73580635 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. @@ -66,6 +66,11 @@ Configuration the `<address>` and optionally the permitted clients. Multiple listen addresses can be configured. +.. cfgcmd:: set system ntp interface <interface> + + NTP process will listen on the specified interface. Multiple listen + interfaces can be configured. + .. cfgcmd:: set system ntp allow-clients address <address> List of networks or client addresses permitted to contact this NTP server. |