summaryrefslogtreecommitdiff
path: root/op-mode-definitions/dynamic-dns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/dynamic-dns.xml')
-rw-r--r--op-mode-definitions/dynamic-dns.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/op-mode-definitions/dynamic-dns.xml b/op-mode-definitions/dynamic-dns.xml
new file mode 100644
index 000000000..c67769a83
--- /dev/null
+++ b/op-mode-definitions/dynamic-dns.xml
@@ -0,0 +1,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>