summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-16 11:23:16 +0000
committerErmal <eri@pfsense.org>2010-08-16 11:23:16 +0000
commit7e627719c34a007c6e2968bfa9942b1b8e7ce008 (patch)
tree8b3e6be19a516154bf7e07e6e98f98cb97dfcb05 /etc/inc/interfaces.inc
parentfebca7e8f8b89a490b0b46a40491d6989b003007 (diff)
downloadpfsense-7e627719c34a007c6e2968bfa9942b1b8e7ce008.zip
pfsense-7e627719c34a007c6e2968bfa9942b1b8e7ce008.tar.gz
Also mark wlan cloned interfaces as altq capable.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index ce6968f..021d76d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3136,7 +3136,9 @@ function is_altq_capable($int) {
if (in_array($int_family[0], $capable))
return true;
- else if (stristr($int_family, "vlan")) /* VLANs are name $parent.$vlan now */
+ else if (stristr($int_family, "vlan")) /* VLANs are name $parent_$vlan now */
+ return true;
+ else if (stristr($int_family, "_wlan")) /* WLANs are name $parent_$wlan now */
return true;
else
return false;
OpenPOWER on IntegriCloud