blob: c062102fc5064a4e9ddc95bc69078fc588291396 (
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
39
40
|
<?xml version="1.0"?>
<interfaceDefinition>
<node name="clear">
<children>
<node name="ipv6">
<properties>
<help>Clear Internet Protocol (IPv6) statistics or status</help>
</properties>
<children>
<node name="prefix-list">
<properties>
<help>Clear prefix-list statistics or status</help>
</properties>
<command>vtysh -c "$*"</command>
</node>
<tagNode name="prefix-list">
<properties>
<help>Clear prefix-list statistics or status for specified word</help>
<completionHelp>
<list>WORD</list>
</completionHelp>
</properties>
<command>vtysh -c "$*"</command>
<children>
<leafNode name="node.tag">
<properties>
<help>Clear prefix-list statistics or status for given word|network</help>
<completionHelp>
<list><h:h:h:h:h:h:h:h/x></list>
</completionHelp>
</properties>
<command>vtysh -c "$*"</command>
</leafNode>
</children>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>
|