diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-16 18:05:24 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-16 18:05:24 +0200 |
commit | b4297ec7c1ce330396e283797127c72d5818a26d (patch) | |
tree | 45fd9a78f29f40b7e0f1da7957fa4b581d6b31e1 /op-mode-definitions/dns-forwarding.xml | |
parent | d4c10902026b76a6372cf738fc98860b29b39759 (diff) | |
download | vyos-1x-b4297ec7c1ce330396e283797127c72d5818a26d.tar.gz vyos-1x-b4297ec7c1ce330396e283797127c72d5818a26d.zip |
T644: update op mode and rename the test suite.
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 f3a618e31..3d7483641 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_op_scripts_dir}/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_op_scripts_dir}/dns_forwarding_restart.sh</command> </leafNode> </children> </node> |