summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-24 21:24:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-24 21:24:40 +0000
commita262450f8132b2261f480cf5ee1c636bfe804548 (patch)
treea670c909cb86773507a286755c26d15658997e7f /etc/inc
parentcc936773c3d4523310131006d2ff8205ebea94e4 (diff)
downloadpfsense-a262450f8132b2261f480cf5ee1c636bfe804548.zip
pfsense-a262450f8132b2261f480cf5ee1c636bfe804548.tar.gz
Add ste interface to compatible ALTQ interfaces
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 9f228c4..6cf55b1 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1338,7 +1338,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", "vlan");
+ "tun", "vr", "wi", "xl", "vlan", "ste");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud