From 8e8cbefdf5699fd0764d9795d66afd3daa6481fd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 2 May 2006 22:05:51 +0000 Subject: [PATCH] Add "re" interface to altq. This is a realtek 1000 gigabit card. --- 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 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);