mirror of https://github.com/sipwise/dhtest.git
commit
d33e23c200
@ -0,0 +1,6 @@
|
|||||||
|
ngcp-dhtest (1.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Michael Prokop <mprokop@sipwise.com> Thu, 09 Jan 2014 19:31:09 +0100
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
7
|
@ -0,0 +1,15 @@
|
|||||||
|
Source: ngcp-dhtest
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Sipwise Development Team <support@sipwise.com>
|
||||||
|
Build-Depends: debhelper (>= 9)
|
||||||
|
Standards-Version: 3.9.5
|
||||||
|
Homepage: http://sipwise.com/
|
||||||
|
|
||||||
|
Package: ngcp-dhtest
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: DHCP client simulation
|
||||||
|
dhtest can simulate multiple DHCP clients behind a network
|
||||||
|
device. It can help in testing the DHCP servers or in testing
|
||||||
|
switch/router by loading the device with multiple DHCP clients.
|
@ -0,0 +1 @@
|
|||||||
|
TODO: clarify license
|
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Loading…
Reference in new issue