blob: 6f38105f8c586506504562bd1fb09e0f41f4c408 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<node name="techsupport">
<children>
<node name="report">
<properties>
<help>Show consolidated tech-support report (contains private information)</help>
</properties>
<command>${vyos_op_scripts_dir}/show_techsupport_report.py</command>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|