From f251987504a1450cd10c3c6f02c56c4ff9cf73b6 Mon Sep 17 00:00:00 2001 From: "Fabian Franz, BSc" Date: Sat, 2 Dec 2017 09:47:32 +0100 Subject: [PATCH] iperf: add entry to readme and fix makefile (#407) * iperf: add entry to readme and fix makefile * net/iperf: change plugin comment --- README.md | 1 + net/iperf/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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