summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2024-08-22 13:12:29 +0000
committerViacheslav Hletenko <seversss265@gmail.com>2024-08-22 22:50:32 +0300
commit5f780ebb7f1799eb9a93218bb83561db509c7e56 (patch)
tree812e6701873884380321b706ba2ff59bce643c69 /op-mode-definitions
parent4b9318de198735d1aa30f4a2a9ba9f9217f5eee8 (diff)
downloadvyos-1x-5f780ebb7f1799eb9a93218bb83561db509c7e56.tar.gz
vyos-1x-5f780ebb7f1799eb9a93218bb83561db509c7e56.zip
T6561: Add vrf aware for show ntp
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/ntp.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/ntp.xml.in b/op-mode-definitions/ntp.xml.in
index 17250a45e..565a5edb5 100644
--- a/op-mode-definitions/ntp.xml.in
+++ b/op-mode-definitions/ntp.xml.in
@@ -6,25 +6,25 @@
<properties>
<help>Show peer status of NTP daemon</help>
</properties>
- <command>${vyos_op_scripts_dir}/ntp.py show_sourcestats</command>
+ <command>sudo ${vyos_op_scripts_dir}/ntp.py show_sourcestats</command>
<children>
<node name="activity">
<properties>
<help>Report the number of servers and peers that are online and offline</help>
</properties>
- <command>${vyos_op_scripts_dir}/ntp.py show_activity</command>
+ <command>sudo ${vyos_op_scripts_dir}/ntp.py show_activity</command>
</node>
<node name="sources">
<properties>
<help>Show information about the current time sources being accessed</help>
</properties>
- <command>${vyos_op_scripts_dir}/ntp.py show_sources</command>
+ <command>sudo ${vyos_op_scripts_dir}/ntp.py show_sources</command>
</node>
<node name="system">
<properties>
<help>Show parameters about the system clock performance</help>
</properties>
- <command>${vyos_op_scripts_dir}/ntp.py show_tracking</command>
+ <command>sudo ${vyos_op_scripts_dir}/ntp.py show_tracking</command>
</node>
</children>
</node>