summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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