summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-pppoe.xml
blob: f9903ee08b1a446b66136eb7d8678790adea12a0 (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="interfaces">
        <children>
          <tagNode name="pppoe">
            <properties>
              <help>Show PPPoE interface information</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_pppoe_peers.sh</script>
              </completionHelp>
            </properties>
            <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4"</command>
            <children>
              <leafNode name="statistics">
                <properties>
                  <help>Show specified wirelessmodem interface statistics</help>
                  <completionHelp>
                    <script>${vyos_completion_dir}/list_pppoe_peers.sh</script>
                  </completionHelp>
                </properties>
                <command>/usr/sbin/pppstats $4</command>
              </leafNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>