summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Davidson <james.davidson@vyatta.com>2013-05-24 13:23:51 -0700
committerJames Davidson <james.davidson@vyatta.com>2013-05-24 13:44:13 -0700
commitf4d30c08783b000e9f4d73a7cfbf18cce14ae346 (patch)
tree837b9e65bb5a61089bd6bd933dc718accedb4bc8
parent79ab555014b0222c56a4e356b33c24503b43cf25 (diff)
downloadvyatta-op-f4d30c08783b000e9f4d73a7cfbf18cce14ae346.tar.gz
vyatta-op-f4d30c08783b000e9f4d73a7cfbf18cce14ae346.zip
Update DHCP server commands used in "show tech-support"
Bug 8502 (cherry picked from commit 0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1)
-rwxr-xr-xfunctions/tech-support4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/tech-support b/functions/tech-support
index fcc5d69..680dc09 100755
--- a/functions/tech-support
+++ b/functions/tech-support
@@ -397,9 +397,9 @@ fi
header DHCP Server
if cli-shell-api existsActive service dhcp-server; then
header DHCP Leases
- show dhcp leases
+ show dhcp server leases
header DHCP Statistics
- show dhcp statistics
+ show dhcp server statistics
else
echo "DHCP server is not configured"
fi