diff options
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
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); |