summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-babel.xml.in
blob: 0a1f1b2624bc130a189cbf92e531935c79889444 (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
41
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="babel">
        <properties>
          <help>Show Babel routing protocol information</help>
        </properties>
        <children>
          <leafNode name="interface">
            <properties>
              <help>Show Babel Interface information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
          </leafNode>
          <leafNode name="neighbor">
            <properties>
              <help>Show Babel neighbor information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
          </leafNode>
          <tagNode name="neighbor">
            <properties>
              <help>Show Babel neighbor information for specified interface</help>
              <completionHelp>
                <script>${vyos_completion_dir}/list_interfaces</script>
              </completionHelp>
            </properties>
            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
          </tagNode>
          <leafNode name="route">
            <properties>
              <help>Show Babel route information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
          </leafNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>