Add "re" interface to altq. This is a realtek 1000 gigabit card.

This commit is contained in:
Scott Ullrich 2006-05-02 22:05:51 +00:00
parent 66752f2423
commit 8e8cbefdf5

View File

@ -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);