From 14bd11b8a2acf8720c4100fcfda90f804da87f86 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 20 Oct 2005 17:26:46 +0000 Subject: [PATCH] MFC 7016 Add vlan to altq capable list. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);