summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-techsupport_report.xml.in
diff options
context:
space:
mode:
authormkorobeinikov <92354771+mkorobeinikov@users.noreply.github.com>2023-04-02 07:29:14 +0300
committermkorobeinikov <92354771+mkorobeinikov@users.noreply.github.com>2023-04-07 07:31:05 +0300
commitf14de93cdb1d1e366603d10d8d51994d9eb4bb8b (patch)
treeb1cfb77c183d45bde3fad92b4eb5e7377421bf5d /op-mode-definitions/show-techsupport_report.xml.in
parent37740abd88aa4c9f38e67ca8137ae6d61926d8ac (diff)
downloadvyos-1x-f14de93cdb1d1e366603d10d8d51994d9eb4bb8b.tar.gz
vyos-1x-f14de93cdb1d1e366603d10d8d51994d9eb4bb8b.zip
T5137: refactoring the tech-support command
Refactoring the tech-support command from .sh to .py
Diffstat (limited to 'op-mode-definitions/show-techsupport_report.xml.in')
-rw-r--r--op-mode-definitions/show-techsupport_report.xml.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/op-mode-definitions/show-techsupport_report.xml.in b/op-mode-definitions/show-techsupport_report.xml.in
new file mode 100644
index 000000000..6f38105f8
--- /dev/null
+++ b/op-mode-definitions/show-techsupport_report.xml.in
@@ -0,0 +1,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>