From bd4c21fe576704bb94270589f5387986e35e08ae Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 23 May 2012 15:47:08 -0400 Subject: 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. --- usr/local/www/wizards/traffic_shaper_wizard.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr') 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; } -- cgit v1.1