blob: 0907722afb87c0f601c8fc76c88dd61fac2941d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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>
|