From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-protocols-static.xml.in | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 op-mode-definitions/show-protocols-static.xml.in (limited to 'op-mode-definitions/show-protocols-static.xml.in') diff --git a/op-mode-definitions/show-protocols-static.xml.in b/op-mode-definitions/show-protocols-static.xml.in new file mode 100644 index 000000000..aaf875072 --- /dev/null +++ b/op-mode-definitions/show-protocols-static.xml.in @@ -0,0 +1,49 @@ + + + + + + + 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