diff options
-rw-r--r-- | pkg_config.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index a68a2e63..c9d54f97 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -140,5 +140,20 @@ <status>ALPHA</status> <configurationfile>ifstated.xml</configurationfile> </package> + <package> + <name>iperf</name> + <website>http://dast.nlanr.net/Projects/Iperf/</website> + <descr>Iperf is a tool for measuring maximum TCP and UDP bandwidth, +reminiscent of ttcp and nettest. It has been written to overcome +the shortcomings of those aging tools. Iperf can also test UDP +bandwidth, loss, and jitter.</descr> + <category>Network Management</category> + <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file> + <depends_on_package_base_url>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/</depends_on_package_base_url> + <depends_on_package>iperf.tbz</depends_on_package> + <version>1.7.0</version> + <status>ALPHA</status> + <configurationfile>iperf.xml</configurationfile> + </package> </packages> </pfsensepkgs> |