summaryrefslogtreecommitdiff
path: root/op-mode-definitions/clear-ip.xml.in
blob: 3c75ed11baa0a8659195c9d2b468aee73d9e3de9 (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="ip">
        <properties>
          <help>Clear Internet Protocol (IP) 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>&lt;WORD&gt;</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>&lt;x.x.x.x/x&gt;</list>
                  </completionHelp>
                </properties>
                <command>vtysh -c "$*"</command>
              </leafNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>