summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-01-20 23:31:35 +0000
committerErmal Luçi <eri@pfsense.org>2008-01-20 23:31:35 +0000
commit6ce2e00e6645627f2d71db2ed66b7c5f03404741 (patch)
tree341db3b5465ce5bcebb0fb6e63c650a8ea8b1f74 /usr/local/www/wizards
parenta156ca9a5c5b4ac14b997553740227d887ffc07a (diff)
downloadpfsense-6ce2e00e6645627f2d71db2ed66b7c5f03404741.zip
pfsense-6ce2e00e6645627f2d71db2ed66b7c5f03404741.tar.gz
Fix wrong check during the wizard.
If you didn't enable the Games prioritizing you would not have queues created. Found by: Scott
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index ec8528e..65f9993 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -605,10 +605,6 @@ $othersplist = array();
if ($if['scheduler'] == "NONE")
continue;
- if ($ifkey <> "wan" && $ifkey <> "lan" &&
- isset($if['internal']) && $if['internal'] <> "")
- $interface_list[] = $ifkey;
-
$altq =& new altq_root_queue();
$altq->SetInterface($ifkey);
@@ -668,7 +664,7 @@ $othersplist = array();
} else
$games = false;
- if ($config['ezshaper']['step6']['enable']) {
+ if ($config['ezshaper']['step7']['enable']) {
$otherpriority = true;
} else
$otherpriority = false;
OpenPOWER on IntegriCloud