summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-22 16:01:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-22 16:01:16 +0000
commit4b31e652aaa69dcdad541aa1b629e43ad4d498e6 (patch)
tree68909f1be4bede1d87e2d23fe3fdcfef35a37b6f
parent920cafaf0b7ab5116a683fe05a8e70ac0b2bef01 (diff)
downloadpfsense-4b31e652aaa69dcdad541aa1b629e43ad4d498e6.zip
pfsense-4b31e652aaa69dcdad541aa1b629e43ad4d498e6.tar.gz
nve will support altq in just a moment.
Reminded-numerous-times-by: Christos Dionissopoulos <chdio@debug.gr>
-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 cc64fab..4d6a091 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", "le", "re", "rl", "ndis", "sf", "sis", "sk",
+ "em", "fxp", "hme", "lnc", "le", "nve", "re", "rl", "ndis", "sf", "sis", "sk",
"tun", "vr", "wi", "xl", "vlan", "ste");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud