diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-09-15 22:09:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 22:09:48 +0300 |
commit | 768df77b078a0d699961d57f163e8b20c7f488bd (patch) | |
tree | 6abfb585b9890b7bf8a4b01c3867f2ad78e4cdf7 /op-mode-definitions/show-ntp.xml.in | |
parent | 3cd0ef72825dcd2e1a17da7bfe66fc1ce26b315a (diff) | |
parent | 7009ef08a00658eea67f1080711fa28e603a5b3a (diff) | |
download | vyos-1x-768df77b078a0d699961d57f163e8b20c7f488bd.tar.gz vyos-1x-768df77b078a0d699961d57f163e8b20c7f488bd.zip |
Merge pull request #2265 from vyos/mergify/bp/sagitta/pr-2262
op mode: T5582: Add 'force ntp synchronization' (backport #2262)
Diffstat (limited to 'op-mode-definitions/show-ntp.xml.in')
-rw-r--r-- | op-mode-definitions/show-ntp.xml.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/op-mode-definitions/show-ntp.xml.in b/op-mode-definitions/show-ntp.xml.in deleted file mode 100644 index 0907722af..000000000 --- a/op-mode-definitions/show-ntp.xml.in +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0"?> -<interfaceDefinition> - <node name="show"> - <children> - <node name="ntp"> - <properties> - <help>Show peer status of NTP daemon</help> - </properties> - <command>${vyos_op_scripts_dir}/show_ntp.sh --sourcestats</command> - <children> - <node name="system"> - <properties> - <help>Show parameters about the system clock performance</help> - </properties> - <command>${vyos_op_scripts_dir}/show_ntp.sh --tracking</command> - </node> - </children> - </node> - </children> - </node> -</interfaceDefinition> |