diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-17 08:11:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 08:11:31 +0200 |
commit | 75c7e2a5cea6713623208a4023455de64d13d7e1 (patch) | |
tree | 8be3e77575d316d428dfd1d570a7502257dea4b5 /op-mode-definitions/openvpn.xml | |
parent | 3964ee10a3a85e3655135d7e0235b4d1b2f08214 (diff) | |
parent | 7d04bfbcc74e062b80b337753e7018a6af81e70c (diff) | |
download | vyos-1x-75c7e2a5cea6713623208a4023455de64d13d7e1.tar.gz vyos-1x-75c7e2a5cea6713623208a4023455de64d13d7e1.zip |
Merge pull request #341 from thomas-mangin/T2223
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py
Diffstat (limited to 'op-mode-definitions/openvpn.xml')
-rw-r--r-- | op-mode-definitions/openvpn.xml | 6 |
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> |