summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ntp.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-09-13 19:10:41 +0100
committerDaniil Baturin <daniil@baturin.org>2023-09-13 19:10:41 +0100
commit8e5931c94a4ee409424ba092777a1a9ce03768d7 (patch)
tree5e071bbbdc95122563014dc70973432327b94c24 /op-mode-definitions/show-ntp.xml.in
parente8fb2d22c45fcc47511aadb4140a66ce9e9661d5 (diff)
downloadvyos-1x-8e5931c94a4ee409424ba092777a1a9ce03768d7.tar.gz
vyos-1x-8e5931c94a4ee409424ba092777a1a9ce03768d7.zip
op mode: T5582: Add 'force ntp synchronization'
Diffstat (limited to 'op-mode-definitions/show-ntp.xml.in')
-rw-r--r--op-mode-definitions/show-ntp.xml.in21
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>