blob: fd50398ba111a2533841257942e9c78c46aacef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0"?>
<interfaceDefinition>
<tagNode name="ping">
<properties>
<help>Send Internet Control Message Protocol (ICMP) echo request</help>
<completionHelp>
<list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/ping.py ${@:2}</command>
<children>
<virtualTagNode>
<properties>
<help>Ping options</help>
<completionHelp>
<script>${vyos_op_scripts_dir}/ping.py --get-options "${COMP_WORDS[@]}"</script>
</completionHelp>
</properties>
<command>${vyos_op_scripts_dir}/ping.py ${@:2}</command>
</virtualTagNode>
</children>
</tagNode>
</interfaceDefinition>
|