summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-arp.xml
diff options
context:
space:
mode:
authorRunar Borge <runar@borge.nu>2018-06-08 00:10:35 +0200
committerRunar Borge <runar@borge.nu>2018-06-08 00:10:35 +0200
commitf1568230e946f2c0c2b364d8313a4c0563cdd926 (patch)
tree91bb883e2f08f0b5da5ccd3665ac3d60f9053e42 /op-mode-definitions/show-arp.xml
parent61dfffa48bac7e5349a04295afb87a08a64f6885 (diff)
downloadvyos-1x-f1568230e946f2c0c2b364d8313a4c0563cdd926.tar.gz
vyos-1x-f1568230e946f2c0c2b364d8313a4c0563cdd926.zip
T689: updated edge nodes to leafNode instead of node.
Diffstat (limited to 'op-mode-definitions/show-arp.xml')
-rw-r--r--op-mode-definitions/show-arp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-arp.xml b/op-mode-definitions/show-arp.xml
index 00b68a331..3d40db728 100644
--- a/op-mode-definitions/show-arp.xml
+++ b/op-mode-definitions/show-arp.xml
@@ -2,12 +2,12 @@
<interfaceDefinition>
<node name="show">
<children>
- <node name="arp">
+ <leafNode name="arp">
<properties>
<help>Show Address Resolution Protocol (ARP) information</help>
</properties>
<command>/usr/sbin/arp -e -n</command>
- </node>
+ </leafNode>
<tagNode name="arp">
<properties>
<help>Show Address Resolution Protocol (ARP) cache for specified interface</help>