summaryrefslogtreecommitdiff
path: root/op-mode-definitions/openvpn.xml
diff options
context:
space:
mode:
authorThomas Mangin <thomas.mangin@exa.net.uk>2020-04-14 10:03:31 +0100
committerThomas Mangin <thomas.mangin@exa.net.uk>2020-04-14 12:04:43 +0100
commit7b0ab5a3c8edd5d925cc57e2e3f3dedea7f36adc (patch)
treefa38fb6920830c55360fe776db8877907a85ba47 /op-mode-definitions/openvpn.xml
parent9eb979664c29a6e34b765df3e38cdf6d4c718be1 (diff)
downloadvyos-1x-7b0ab5a3c8edd5d925cc57e2e3f3dedea7f36adc.tar.gz
vyos-1x-7b0ab5a3c8edd5d925cc57e2e3f3dedea7f36adc.zip
op_mode: T2223: convert xml to show_interfaces.py
Change all references to vyatta-show-interfaces.pl to use the new python version
Diffstat (limited to 'op-mode-definitions/openvpn.xml')
-rw-r--r--op-mode-definitions/openvpn.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/openvpn.xml b/op-mode-definitions/openvpn.xml
index d7c4fc101..53c0157c6 100644
--- a/op-mode-definitions/openvpn.xml
+++ b/op-mode-definitions/openvpn.xml
@@ -87,7 +87,7 @@
<properties>
<help>Show detailed OpenVPN interface information</help>
</properties>
- <command>${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=openvpn --action=show</command>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=openvpn --action=show</command>
</leafNode>
</children>
</node>
@@ -98,13 +98,13 @@
<script>sudo ${vyos_completion_dir}/list_interfaces.py --type openvpn</script>
</completionHelp>
</properties>
- <command>${vyatta_bindir}/vyatta-show-interfaces.pl --intf=$4</command>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf=$4</command>
<children>
<leafNode name="brief">
<properties>
<help>Show summary of specified OpenVPN interface information</help>
</properties>
- <command>${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief</command>
+ <command>${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief</command>
</leafNode>
</children>
</tagNode>