diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index e891d40b3a..47fd64612b 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1435,7 +1435,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", "ndis", "rl", "sf", "sis", "sk", + "em", "fxp", "hme", "lnc", "re", "rl", "ndis", "sf", "sis", "sk", "tun", "vr", "wi", "xl", "vlan", "ste"); $int_family = preg_split("/[0-9]+/", $int);