diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-05-16 21:35:22 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-05-16 21:35:22 +0900 |
commit | be6f809581ccbcd6411713128a63711eaa2ce6b7 (patch) | |
tree | c62377a36c274d878224dc102562fdfbc10e17be /op-mode-definitions/dns-forwarding.xml | |
parent | 99a3049c67005bf5e0ba45db264d56d3b57cb792 (diff) | |
download | vyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.tar.gz vyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.zip |
Use '_' instead of '-' for python scripts for test
Diffstat (limited to 'op-mode-definitions/dns-forwarding.xml')
-rw-r--r-- | op-mode-definitions/dns-forwarding.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/dns-forwarding.xml b/op-mode-definitions/dns-forwarding.xml index 96fa1a6f4..f3a618e31 100644 --- a/op-mode-definitions/dns-forwarding.xml +++ b/op-mode-definitions/dns-forwarding.xml @@ -14,7 +14,7 @@ <properties> <help>Show DNS forwarding statistics</help> </properties> - <command>${vyos_bindir}/vyos-dns-forwarding-statistics.py</command> + <command>${vyos_bindir}/vyos_dns_forwarding_statistics.py</command> </leafNode> </children> </node> @@ -30,7 +30,7 @@ <properties> <help>Restart DNS forwarding service</help> </properties> - <command>${vyos_bindir}/vyos-restart-dns-forwarding.sh</command> + <command>${vyos_bindir}/vyos_restart_dns_forwarding.sh</command> </leafNode> </children> </node> |