diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-12-30 21:18:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-12-30 21:18:37 +0000 |
commit | 007470422af38abaa489b9f3040799475fd373c9 (patch) | |
tree | c0d2fc7fb71ccdb7b5707a5b117f59545479d9b6 | |
parent | 764bd2f71d07af4cfb0c67401189ee42a83feafc (diff) | |
download | pfsense-packages-007470422af38abaa489b9f3040799475fd373c9.tar.gz pfsense-packages-007470422af38abaa489b9f3040799475fd373c9.tar.bz2 pfsense-packages-007470422af38abaa489b9f3040799475fd373c9.zip |
Add per use bandwidth back for testing
-rw-r--r-- | pkg_config.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 1481718e..909615d2 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,6 +3,15 @@ <pfsensepkgs> <packages> <package> + <name>PerUserBW</name> + <descr>Adds a per user bandwidth distribution option. Requires 0.79.4 or newer.</descr> + <category>NET</category> + <config_file>http://www.pfsense.com/packages/config/per-user-bandwidth-distribution.xml</config_file> + <version>0.1</version> + <status>ALPHA</status> + <configurationfile>per-user-bandwidth-distribution.xml</configurationfile> + </package> + <package> <name>pfflowd</name> <website>http://www.mindrot.org/pfflowd.html</website> <descr>pfflowd converts OpenBSD PF status messages (sent via the pfsync interface) to Cisco NetFlow datagrams. These datagrams may be sent (via UDP) to a host of one's choice. Utilising the OpenBSD stateful packet filter infrastructure means that flow tracking is very fast and accurate.</descr> @@ -299,15 +308,6 @@ test server or link availability and modify translation or routing rules. This p <configurationfile>upnpd.xml</configurationfile> </package> <package> - <name>PerUserBW</name> - <descr>Adds a per user bandwidth distribution option. Requires 0.79.4 or newer.</descr> - <category>NET</category> - <config_file>http://www.pfsense.com/packages/config/per-user-bandwidth-distribution.xml</config_file> - <version>0.1</version> - <status>ALPHA</status> - <configurationfile>per-user-bandwidth-distribution.xml</configurationfile> - </package> - <package> <name>squidGuard</name> <descr>High performance Web proxy Guard</descr> <website>http://www.squidguard.org/</website> |