From a0134973c0c8f5db15861c838f1d18380582265b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 6 Jun 2020 15:59:03 +0200 Subject: op-mode: rename show-arp.xml to show-protocols-static.xml --- op-mode-definitions/show-arp.xml | 32 --------------------------- op-mode-definitions/show-protocols-static.xml | 32 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 op-mode-definitions/show-arp.xml create mode 100644 op-mode-definitions/show-protocols-static.xml (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/show-arp.xml b/op-mode-definitions/show-arp.xml deleted file mode 100644 index 1211a7fe5..000000000 --- a/op-mode-definitions/show-arp.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - 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" - - - - - - - - - - diff --git a/op-mode-definitions/show-protocols-static.xml b/op-mode-definitions/show-protocols-static.xml new file mode 100644 index 000000000..1211a7fe5 --- /dev/null +++ b/op-mode-definitions/show-protocols-static.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + 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