diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index aa696c10c2..2bb79e13ec 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1309,7 +1309,7 @@ function is_altq_capable($int) { */ $capable = array("an", "ath", "awi", "bfe", "bge", "dc", "de", "ed", "em", "fxp", "hme", "lnc", "ndis", "rl", "sf", "sis", "sk", - "tun", "vr", "wi", "xl"); + "tun", "vr", "wi", "xl", "vlan"); $int_family = preg_split("/[0-9]+/", $int);