summaryrefslogtreecommitdiff
path: root/op-mode-definitions/dynamic-dns.xml
blob: c67769a8356071a91f6ca681912ecac27dbe7d69 (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
<?xml version="1.0"?>

<interfaceDefinition>
  <node name="show">
    <children>
      <node name="dns">
        <children>
          <node name="dynamic">
            <properties>
              <help>Show Dynamic DNS information</help>
            </properties>
            <children>
              <leafNode name="status">
                <properties>
                  <help>Show Dynamic DNS status</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/dynamic_dns_status.py</command>
              </leafNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>