diff options
author | Stephen Hemminger <shemming@brocade.com> | 2013-06-07 09:21:28 -0700 |
---|---|---|
committer | Stephen Hemminger <shemming@brocade.com> | 2013-06-07 09:21:28 -0700 |
commit | e2a571acea1262a4050e0d4839da69c57c7a31c3 (patch) | |
tree | 257197c82e4a13ee2deb1df1a89329f41b67e42e | |
parent | a468ad3de38f2bbb3dccbfea9f9dafdd5d843812 (diff) | |
parent | ea68161132bfaf61b2321859c19dd1a4269166fa (diff) | |
download | vyatta-op-e2a571acea1262a4050e0d4839da69c57c7a31c3.tar.gz vyatta-op-e2a571acea1262a4050e0d4839da69c57c7a31c3.zip |
Merge branch 'master' of fiji.vyatta.com:/git/vyatta-op
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | functions/tech-support | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fb54f9b..d3097d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-op (0.13.281) unstable; urgency=low + + * Update DHCP server commands used in "show tech-support" + + -- James Davidson <james.davidson@vyatta.com> Fri, 24 May 2013 13:49:58 -0700 + vyatta-op (0.13.280) unstable; urgency=low * Need iputils-ping package 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 |