From 0ba23af860e0dd2b0afe040d0dcbd1b995217886 Mon Sep 17 00:00:00 2001 From: hagbard Date: Thu, 14 Mar 2019 12:11:25 -0700 Subject: [arp] moving 'show arp' to 'show protocols static arp' --- op-mode-definitions/show-arp.xml | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-arp.xml b/op-mode-definitions/show-arp.xml index 12e7d3aa2..1211a7fe5 100644 --- a/op-mode-definitions/show-arp.xml +++ b/op-mode-definitions/show-arp.xml @@ -2,21 +2,29 @@ - - - Show Address Resolution Protocol (ARP) information - - /usr/sbin/arp -e -n + - - - Show Address Resolution Protocol (ARP) cache for specified interface - - - - - /usr/sbin/arp -e -n -i "$4" - + + + + + Show Address Resolution Protocol (ARP) information + + /usr/sbin/arp -e -n + + + + Show Address Resolution Protocol (ARP) cache for specified interface + + + + + /usr/sbin/arp -e -n -i "$6" + + + + + -- cgit v1.2.3