diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-08-29 15:58:06 -0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-29 20:32:37 +0000 |
commit | bef6d321e34a0325db0dc742afe802b1aa1c7f5c (patch) | |
tree | db6dcee237ec0b1e9fcd1ba994dad4af534f6f14 /docs/configuration/service/ntp.rst | |
parent | 5615a6ea40ef7049263d644fc14df728d98e785e (diff) | |
download | vyos-documentation-bef6d321e34a0325db0dc742afe802b1aa1c7f5c.tar.gz vyos-documentation-bef6d321e34a0325db0dc742afe802b1aa1c7f5c.zip |
ntp: T6344: only one entry per IP family is supported for <set service ntp listen-addreess> command
(cherry picked from commit 5416ec288c3aa17c161aeb9b3026c2c63ce94f7b)
Diffstat (limited to 'docs/configuration/service/ntp.rst')
-rw-r--r-- | docs/configuration/service/ntp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/ntp.rst index 266376cf..f82baa34 100644 --- a/docs/configuration/service/ntp.rst +++ b/docs/configuration/service/ntp.rst @@ -71,7 +71,8 @@ Configuration NTP process will only listen on the specified IP address. You must specify the `<address>` and optionally the permitted clients. Multiple listen - addresses can be configured. + addresses for same IP family is no longer supported. Only one IPv4 and one + IPv6 address can be configured, using separate commands for each. .. cfgcmd:: set service ntp allow-client address <address> |