summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-07 02:37:49 +0000
committerBill Marquette <billm@pfsense.org>2005-03-07 02:37:49 +0000
commit6f3f9da6243237490e69885b99cf1e345f51176c (patch)
tree53428cd1563cbdd991a3ddadcd670c47629c856b /usr
parentd1e3f40f1abbb4faa542ce5be8e0dc5b4e73bb9a (diff)
downloadpfsense-6f3f9da6243237490e69885b99cf1e345f51176c.zip
pfsense-6f3f9da6243237490e69885b99cf1e345f51176c.tar.gz
queues, not pipes
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 15c6272..bea09e8 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -38,14 +38,10 @@ if($_GET['reset'] <> "") {
exit;
}
-if (!is_array($config['shaper']['pipe'])) {
- $config['shaper']['pipe'] = array();
-}
if (!is_array($config['shaper']['queue'])) {
$config['shaper']['queue'] = array();
}
$a_queues = &$config['shaper']['queue'];
-$a_pipe = &$config['shaper']['pipe'];
$iflist = array("lan" => "LAN", "wan" => "WAN");
@@ -259,4 +255,4 @@ While(!Connection_Aborted()) {
mwexec("/usr/bin/killall -9 pfctl php");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud