diff options
Diffstat (limited to 'op-mode-definitions/show-arp.xml')
-rw-r--r-- | op-mode-definitions/show-arp.xml | 4 |
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> |