From 9152e5b3665a844bfdf05a88be069b631679acab Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 15 Nov 2020 10:36:15 +0100 Subject: op-mode: fix "show arp interface" argument level Commit 84ce69a4 ('op-mode: add "show arp" command') copied the syntax from "show protocols static arp" to "show arp" but the CLI variable reference index was not decreases from 6 to 4 as the CLI level changed for the new command. --- op-mode-definitions/show-protocols-static.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-protocols-static.xml b/op-mode-definitions/show-protocols-static.xml index 2693c4248..aaf875072 100644 --- a/op-mode-definitions/show-protocols-static.xml +++ b/op-mode-definitions/show-protocols-static.xml @@ -15,7 +15,7 @@ - /usr/sbin/arp -e -n -i "$6" + /usr/sbin/arp -e -n -i "$4" -- cgit v1.2.3