summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2018-05-16 21:35:22 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2018-05-16 21:35:22 +0900
commitbe6f809581ccbcd6411713128a63711eaa2ce6b7 (patch)
treec62377a36c274d878224dc102562fdfbc10e17be /op-mode-definitions
parent99a3049c67005bf5e0ba45db264d56d3b57cb792 (diff)
downloadvyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.tar.gz
vyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.zip
Use '_' instead of '-' for python scripts for test
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/bandwidth-monitor.xml2
-rw-r--r--op-mode-definitions/dns-forwarding.xml4
-rw-r--r--op-mode-definitions/traffic-dump.xml2
-rw-r--r--op-mode-definitions/version.xml6
4 files changed, 7 insertions, 7 deletions
diff --git a/op-mode-definitions/bandwidth-monitor.xml b/op-mode-definitions/bandwidth-monitor.xml
index a6ddcfd4b..38d099613 100644
--- a/op-mode-definitions/bandwidth-monitor.xml
+++ b/op-mode-definitions/bandwidth-monitor.xml
@@ -12,7 +12,7 @@
<properties>
<help>Monitor bandwidth usage on specified interface</help>
<completionHelp>
- <script>${vyos_bindir}/vyos-list-interfaces.py</script>
+ <script>${vyos_bindir}/vyos_list_interfaces.py</script>
</completionHelp>
</properties>
</tagNode>
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>
diff --git a/op-mode-definitions/traffic-dump.xml b/op-mode-definitions/traffic-dump.xml
index be53f866b..d8599bf93 100644
--- a/op-mode-definitions/traffic-dump.xml
+++ b/op-mode-definitions/traffic-dump.xml
@@ -12,7 +12,7 @@
<properties>
<help>Monitor traffic dump from an interface</help>
<completionHelp>
- <script>${vyos_bindir}/vyos-list-dumpable-interfaces.py</script>
+ <script>${vyos_bindir}/vyos_list_dumpable_interfaces.py</script>
</completionHelp>
</properties>
<children>
diff --git a/op-mode-definitions/version.xml b/op-mode-definitions/version.xml
index a03b41dcb..b77d52f9e 100644
--- a/op-mode-definitions/version.xml
+++ b/op-mode-definitions/version.xml
@@ -6,19 +6,19 @@
<properties>
<help>Show system version information</help>
</properties>
- <command>${vyos_bindir}/vyos-show-version.py</command>
+ <command>${vyos_bindir}/vyos_show_version.py</command>
<children>
<leafNode name="funny">
<properties>
<help>Show system version and some fun stuff</help>
</properties>
- <command>${vyos_bindir}/vyos-show-version.py --funny</command>
+ <command>${vyos_bindir}/vyos_show_version.py --funny</command>
</leafNode>
<leafNode name="all">
<properties>
<help>Show system version and versions of all packages</help>
</properties>
- <command>${vyos_bindir}/vyos-show-version.py --all</command>
+ <command>${vyos_bindir}/vyos_show_version.py --all</command>
</leafNode>
</children>
</node>