blob: 4c25a59abf3a698e0c7db9f90dfd496c1a82657b (
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>
<leafNode name="node.tag">
<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>
</leafNode>
</children>
</tagNode>
</interfaceDefinition>
|