mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
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:
parent
67fc8db0e8
commit
f251987504
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue