diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-08-29 15:58:06 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-08-29 15:58:06 -0300 |
commit | 5416ec288c3aa17c161aeb9b3026c2c63ce94f7b (patch) | |
tree | 6db49c8e08d9cb1cad214bcd0078033bb1d94ac7 | |
parent | ccf50ef211c14661bae100a640d70c981b393934 (diff) | |
download | vyos-documentation-5416ec288c3aa17c161aeb9b3026c2c63ce94f7b.tar.gz vyos-documentation-5416ec288c3aa17c161aeb9b3026c2c63ce94f7b.zip |
ntp: T6344: only one entry per IP family is supported for <set service ntp listen-addreess> command
-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> |