diff --git a/README.md b/README.md index 8fc960ce7..1380abd41 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/net/iperf/Makefile b/net/iperf/Makefile index be7ad5710..2be7ff503 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -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