summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-23 01:32:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-23 01:32:53 +0000
commitacdbfa048920303e385f3fb8c14e71c3ef19d22e (patch)
tree83aafba56d14cb9856d8e60b9fde3370b2f8767b /etc
parentce9b6cbc9bfe8199276747a5f8057d8193b0b98c (diff)
downloadpfsense-acdbfa048920303e385f3fb8c14e71c3ef19d22e.zip
pfsense-acdbfa048920303e385f3fb8c14e71c3ef19d22e.tar.gz
Update altq capable interfaces for 7.0
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 969e701..01e0f75 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1962,8 +1962,9 @@ 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", "le", "nve", "re", "rl", "ndis", "sf", "sis", "sk",
- "tun", "vr", "wi", "xl", "vlan", "ste");
+ "em", "fxp", "hme", "le", "nve", "re", "rl", "ndis", "sf", "sis", "sk",
+ "tun", "vr", "wi", "xl", "vlan", "ste", "aue", "bce", "ep", "gem", "ipw",
+ "iwi", "msk", "mxge", "my", "nfe", "npe", "ral", "rum", "stge", "udav", "ural");
$int_family = preg_split("/[0-9]+/", $int);
@@ -2032,4 +2033,4 @@ function get_interface_mac($interface) {
return $mac;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud