diff options
author | hagbard <vyosdev@derith.de> | 2019-03-11 15:26:25 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-03-11 15:26:25 -0700 |
commit | 55273fa915bab4e89a2442ddfe446f57082c6cdf (patch) | |
tree | 9e8381560aa63b3903fc55b59950a142ab8d8c9b | |
parent | 906eb46b97e1fd2505dff8afc5adc652500f85f3 (diff) | |
download | vyos-1x-55273fa915bab4e89a2442ddfe446f57082c6cdf.tar.gz vyos-1x-55273fa915bab4e89a2442ddfe446f57082c6cdf.zip |
[arp] bugfix for "show arp interface ethX"
-rw-r--r-- | op-mode-definitions/show-arp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-arp.xml b/op-mode-definitions/show-arp.xml index ef3e399f8..12e7d3aa2 100644 --- a/op-mode-definitions/show-arp.xml +++ b/op-mode-definitions/show-arp.xml @@ -15,7 +15,7 @@ <script>${vyos_completion_dir}/list_interfaces.py -b</script> </completionHelp> </properties> - <command>/usr/sbin/arp -e -n -i '$4'</command> + <command>/usr/sbin/arp -e -n -i "$4"</command> </tagNode> </children> </node> |