summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2022-06-14 14:28:08 -0400
committerDaniil Baturin <daniil@vyos.io>2022-06-14 14:28:08 -0400
commita55a47c6417e8b785396e950e616ce162731fbf1 (patch)
tree47a63eb73b52ba8556f87cff0bc5013325fa5a80 /op-mode-definitions/show-ip.xml.in
parent812a4fc3f3063741da0fa01cbbbf17dead66a664 (diff)
downloadvyos-1x-a55a47c6417e8b785396e950e616ce162731fbf1.tar.gz
vyos-1x-a55a47c6417e8b785396e950e616ce162731fbf1.zip
T2719: fix commands in the op mode definitions
Diffstat (limited to 'op-mode-definitions/show-ip.xml.in')
-rw-r--r--op-mode-definitions/show-ip.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/show-ip.xml.in b/op-mode-definitions/show-ip.xml.in
index 1903aca05..0751c50cb 100644
--- a/op-mode-definitions/show-ip.xml.in
+++ b/op-mode-definitions/show-ip.xml.in
@@ -11,7 +11,7 @@
<properties>
<help>Show IPv4 neighbor (ARP) table</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>
@@ -20,7 +20,7 @@
<script>${vyos_completion_dir}/list_interfaces.py -b</script>
</completionHelp>
</properties>
- <command>${vyos_op_scripts_dir}/neighbor.py --family inet --interface "$5"</command>
+ <command>${vyos_op_scripts_dir}/neighbor.py show --family inet --interface "$5"</command>
</tagNode>
<tagNode name="state">
<properties>
@@ -29,7 +29,7 @@
<list>reachable stale failed permanent</list>
</completionHelp>
</properties>
- <command>${vyos_op_scripts_dir}/neighbor.py --family inet --state "$5"</command>
+ <command>${vyos_op_scripts_dir}/neighbor.py show --family inet --state "$5"</command>
</tagNode>
</children>
</node>