summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-08-13 02:12:21 +0700
committerGitHub <noreply@github.com>2019-08-13 02:12:21 +0700
commit4416174194de1534632b9f1e12d0b272f75ccf40 (patch)
tree599eae80f19d0daee53e669860765df0a690172b
parentfbe813e77299f382322dfb7221cd41287293fb97 (diff)
parentd48556ee5d4a6d3769904a131d02bd8e0d8c9d40 (diff)
downloadvyos-1x-4416174194de1534632b9f1e12d0b272f75ccf40.tar.gz
vyos-1x-4416174194de1534632b9f1e12d0b272f75ccf40.zip
Merge pull request #101 from DmitriyEshenko/patch-6
[show arp] T1576 deleting improper quotes
-rw-r--r--op-mode-definitions/show-arp.xml2
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..ddaccefec 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>