blob: 2ae3fad6ad16c02e524a82524a4de125fb6d99ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="show">
<children>
<tagNode name="raid">
<properties>
<help>Show status of RAID set</help>
<completionHelp>
<script>${vyos_completion_dir}/list_raidset.sh</script>
</completionHelp>
</properties>
<command>sudo ${vyos_op_scripts_dir}/show_raid.sh $3</command>
</tagNode>
</children>
</node>
</interfaceDefinition>
|