summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-29 15:15:15 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-29 15:15:15 +0000
commitf66a7cd591437bf98bfa5e5cbebd1ae31d075824 (patch)
treed1a699e20e73f9a6bc31ff8c3d51d805204119fb /usr/local/www/wizards
parentf534757a77052f03de67831328721dbf8cc30572 (diff)
downloadpfsense-f66a7cd591437bf98bfa5e5cbebd1ae31d075824.zip
pfsense-f66a7cd591437bf98bfa5e5cbebd1ae31d075824.tar.gz
Do not skip lan on the multi lan wizard.
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index c836188..f14e24a 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -53,8 +53,6 @@ function step2_stepbeforeformdisplay() {
foreach ($iflisttmp as $if => $ifdesc) {
if (!is_altq_capable(get_real_interface($if)))
continue;
- if ($if == "lan")
- continue;
$numberofinterfaces++;
$iflist[$if] = $ifdesc;
}
OpenPOWER on IntegriCloud