summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-03 16:36:17 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-03 16:36:17 +0200
commit6eee95a8056e36a60906f91a0e89dd6f4baa07f3 (patch)
treed66cbe525d88541acaa7dd0eb02987317f1ba269 /op-mode-definitions
parent216859622e0619a1f61eb702f88546b579306005 (diff)
downloadvyos-1x-6eee95a8056e36a60906f91a0e89dd6f4baa07f3.tar.gz
vyos-1x-6eee95a8056e36a60906f91a0e89dd6f4baa07f3.zip
T2546: migrate "show reboot" to vyos-1x
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-reboot.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/op-mode-definitions/show-reboot.xml b/op-mode-definitions/show-reboot.xml
new file mode 100644
index 000000000..c85966bcb
--- /dev/null
+++ b/op-mode-definitions/show-reboot.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+ <node name="show">
+ <children>
+ <leafNode name="reboot">
+ <properties>
+ <help>Show scheduled reboot</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/powerctrl.py --check</command>
+ </leafNode>
+ </children>
+ </node>
+</interfaceDefinition>