summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-23 15:47:08 -0400
committerjim-p <jimp@pfsense.org>2012-05-23 15:48:23 -0400
commitdb461915b282c9a49db20193a6864e92f46d60e1 (patch)
treec78067557077eb12407530e4cf62ca38995d5d12 /usr/local
parentc714a1afdae4ce79dcb51e07787303b64ccf212a (diff)
downloadpfsense-db461915b282c9a49db20193a6864e92f46d60e1.zip
pfsense-db461915b282c9a49db20193a6864e92f46d60e1.tar.gz
Don't skip "lan" as a possible WAN for shaper, since someone could have renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 52bca5e..a77ba09 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -55,8 +55,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