From 812a4fc3f3063741da0fa01cbbbf17dead66a664 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 9 Jun 2022 09:16:53 -0400 Subject: T2719: prototype of an op mode command runner based on type hints and introspection --- op-mode-definitions/show-arp.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions/show-arp.xml.in') diff --git a/op-mode-definitions/show-arp.xml.in b/op-mode-definitions/show-arp.xml.in index 58cc6e45e..11ac6a252 100644 --- a/op-mode-definitions/show-arp.xml.in +++ b/op-mode-definitions/show-arp.xml.in @@ -6,7 +6,7 @@ Show Address Resolution Protocol (ARP) information - ${vyos_op_scripts_dir}/show_neigh.py --family inet + ${vyos_op_scripts_dir}/neighbor.py --family inet @@ -15,7 +15,7 @@ - ${vyos_op_scripts_dir}/show_neigh.py --family inet --interface "$4" + ${vyos_op_scripts_dir}/neighbor.py --family inet --interface "$4" -- cgit v1.2.3