summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-02-23 17:49:05 +0000
committerErmal <eri@pfsense.org>2011-02-23 17:49:05 +0000
commitc99c1e4ee930a808a5972ac812f6883b5daeb19a (patch)
tree99fe171d4b3407160718edfef8863370b31b701d /etc
parent6c67a28df2bc9d805285a820212d6d299600ce7f (diff)
downloadpfsense-c99c1e4ee930a808a5972ac812f6883b5daeb19a.zip
pfsense-c99c1e4ee930a808a5972ac812f6883b5daeb19a.tar.gz
Allow queues on top of bridge. Though more investigation is needed on its correct meaning.
Diffstat (limited to 'etc')
-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 fa29b34..27dc9d6 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3481,7 +3481,7 @@ function is_altq_capable($int) {
* Only the following drivers have ALTQ support
*/
$capable = array("age", "alc", "ale", "an", "ath", "aue", "awi", "bce",
- "bfe", "bge", "dc", "de", "ed", "em", "ep", "fxp", "gem",
+ "bfe", "bge", "bridge", "dc", "de", "ed", "em", "ep", "fxp", "gem",
"hme", "igb", "ipw", "iwi", "jme", "le", "lem", "msk", "mxge", "my", "nfe",
"npe", "nve", "ral", "re", "rl", "rum", "run", "bwn", "sf", "sis", "sk",
"ste", "stge", "txp", "udav", "ural", "vge", "vr", "wi", "xl",
OpenPOWER on IntegriCloud