blob: cbbd462d1d0b128492565ea2b00ee07294a4f1a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="clear">
<children>
<node name="ip">
<properties>
<help>Clear Internet Protocol (IP) statistics or status</help>
</properties>
<children>
<tagNode name="prefix-list">
<properties>
<help>Clear prefix-list statistics or status for specified word</help>
<completionHelp>
<list><WORD></list>
</completionHelp>
</properties>
<standalone>
<help>Clear prefix-list statistics or status</help>
<command>vtysh -c "$*"</command>
</standalone>
<command>vtysh -c "$*"</command>
<children>
<virtualTagNode>
<properties>
<help>Clear prefix-list statistics or status for given word|network</help>
<completionHelp>
<list><x.x.x.x/x></list>
</completionHelp>
</properties>
<command>vtysh -c "$*"</command>
</virtualTagNode>
</children>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|