summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 00:22:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 00:22:09 +0000
commitdf477d2b33a8060ee2f10f26578ff0c3be896a29 (patch)
treeb452bf5eb66c64c17c807c25bd1685b6e62b276a /etc
parent0526354f2a2c0fbb8bb6433a0727253f0900ec1b (diff)
downloadpfsense-df477d2b33a8060ee2f10f26578ff0c3be896a29.zip
pfsense-df477d2b33a8060ee2f10f26578ff0c3be896a29.tar.gz
The interface le absolutely supports ALTQ. Make it so.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 47fd605..cc64fab 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1491,7 +1491,7 @@ function is_altq_capable($int) {
* Only the following drivers have ALTQ support
*/
$capable = array("an", "ath", "awi", "bfe", "bge", "dc", "de", "ed",
- "em", "fxp", "hme", "lnc", "re", "rl", "ndis", "sf", "sis", "sk",
+ "em", "fxp", "hme", "lnc", "le", "re", "rl", "ndis", "sf", "sis", "sk",
"tun", "vr", "wi", "xl", "vlan", "ste");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud