diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2024-12-17 05:26:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 05:26:06 -0500 |
commit | 001ed7481a23874f931e4bfb681e88506a5e6a0d (patch) | |
tree | 23a36ad50af20ced426c33a4a5fe14fe35ee2d58 /docs | |
parent | bf38875af0a7e5166ce0330f16441b7d8b434e6a (diff) | |
download | vyos.vyos-001ed7481a23874f931e4bfb681e88506a5e6a0d.tar.gz vyos.vyos-001ed7481a23874f931e4bfb681e88506a5e6a0d.zip |
T6894: Fix failing NTP network-integration Tests (#366)
* tests: ntp: parsed
* tests: ntp tests working with 1.3
* T6894 : test: update 1.4 tests for compatibility
* fix: path replacement, docs, unit tests for 1.3-1.5
* T6894: fix: 1.4+ requires valid hostnames
* fix: update tests to handle deletion
* T6894: separate changelog
* fix: final test fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vyos.vyos.vyos_ntp_global_module.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/vyos.vyos.vyos_ntp_global_module.rst b/docs/vyos.vyos.vyos_ntp_global_module.rst index 582aa17..2975149 100644 --- a/docs/vyos.vyos.vyos_ntp_global_module.rst +++ b/docs/vyos.vyos.vyos_ntp_global_module.rst @@ -113,16 +113,22 @@ Parameters </td> <td> <ul style="margin: 0; padding: 0"><b>Choices:</b> - <li>noselect</li> <li>dynamic</li> + <li>noselect</li> <li>pool</li> <li>preempt</li> <li>prefer</li> + <li>nts</li> + <li>ptp</li> + <li>interleave</li> </ul> </td> <td> <div>server options for NTP</div> - <div>`dynamic` changed to `pool` after v1.3</div> + <div>`pool` replaces `dynamic` in Vyos 1.3</div> + <div>`preempt` is only available in Vyos 1.3 and earlier</div> + <div>`nts` was added in Vyos 1.4</div> + <div>`ptp` and `interleave` were added in Vyos 1.5</div> </td> </tr> <tr> @@ -139,7 +145,7 @@ Parameters <td> </td> <td> - <div>server name for NTP</div> + <div>server name or address for NTP</div> </td> </tr> @@ -194,7 +200,7 @@ Notes ----- .. note:: - - Tested against vyos 1.3 + - Tested against vyos 1.3.8 - This module works with connection ``network_cli``. - VyOS v.1.4+ uses chronyd, and path changes from `system` to `service` |