diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:59:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:59:13 +0200 |
commit | 84ef5431981c1b434b42053f6305a1e4acae754f (patch) | |
tree | a8db8b41856d67c7244ae7ee5086c6de0349f270 /op-mode-definitions | |
parent | 968ea6284fe177aa0c3ace747e2027d151e2474e (diff) | |
download | vyos-1x-84ef5431981c1b434b42053f6305a1e4acae754f.tar.gz vyos-1x-84ef5431981c1b434b42053f6305a1e4acae754f.zip |
Revert "dynamic-dns: op-mode: add restart command"
This is actually implemented as "update dns dynamic"
This reverts commit 968ea6284fe177aa0c3ace747e2027d151e2474e.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/dynamic-dns.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/op-mode-definitions/dynamic-dns.xml b/op-mode-definitions/dynamic-dns.xml index 33c10c03c..6ea6482e1 100644 --- a/op-mode-definitions/dynamic-dns.xml +++ b/op-mode-definitions/dynamic-dns.xml @@ -44,18 +44,4 @@ </node> </children> </node> - <node name="restart"> - <children> - <node name="dns"> - <children> - <node name="dynamic"> - <properties> - <help>Restart dynamic DNS service</help> - </properties> - <command>sudo ${vyos_op_scripts_dir}/dns_dynamic_restart.sh</command> - </node> - </children> - </node> - </children> - </node> </interfaceDefinition> |