iperf: add entry to readme and fix makefile (#407)

* iperf: add entry to readme and fix makefile

* net/iperf: change plugin comment
This commit is contained in:
Fabian Franz, BSc 2017-12-02 09:47:32 +01:00 committed by GitHub
parent 67fc8db0e8
commit f251987504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@ net/freeradius -- RADIUS Authentication, Authorization and Accounting Server
net/ftp-proxy -- Control ftp-proxy processes
net/haproxy -- Reliable, high performance TCP/HTTP load balancer
net/igmp-proxy -- IGMP-Proxy Service
net/iperf -- iperf connection speed tester
net/l2tp -- L2TP server based on MPD5
net/mdns-repeater -- Proxy multicast DNS between networks
net/pppoe -- PPPoE server based on MPD5

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= iperf3
PLUGIN_NAME= iperf
PLUGIN_VERSION= 0.0.1
PLUGIN_COMMENT= iperf3 connection speed tester
PLUGIN_COMMENT= iperf connection speed tester
PLUGIN_DEPENDS= iperf3 ruby
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
PLUGIN_DEVEL= yes