From aeb9491a7ac33314c78dce1157cecc4d6645acb6 Mon Sep 17 00:00:00 2001
From: Daniil Baturin <daniil@vyos.io>
Date: Wed, 15 Jun 2022 09:45:14 -0400
Subject: T2719: correct script calls in 'show arp'

---
 op-mode-definitions/show-arp.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'op-mode-definitions')

diff --git a/op-mode-definitions/show-arp.xml.in b/op-mode-definitions/show-arp.xml.in
index 11ac6a252..8662549fc 100644
--- a/op-mode-definitions/show-arp.xml.in
+++ b/op-mode-definitions/show-arp.xml.in
@@ -6,7 +6,7 @@
         <properties>
           <help>Show Address Resolution Protocol (ARP) information</help>
         </properties>
-        <command>${vyos_op_scripts_dir}/neighbor.py --family inet</command>
+        <command>${vyos_op_scripts_dir}/neighbor.py show --family inet</command>
         <children>
           <tagNode name="interface">
             <properties>
@@ -15,7 +15,7 @@
                 <script>${vyos_completion_dir}/list_interfaces.py -b</script>
               </completionHelp>
             </properties>
-            <command>${vyos_op_scripts_dir}/neighbor.py --family inet --interface "$4"</command>
+            <command>${vyos_op_scripts_dir}/neighbor.py show --family inet --interface "$4"</command>
           </tagNode>
         </children>
       </node>
-- 
cgit v1.2.3