diff options
author | Renato Botelho <renato@netgate.com> | 2016-11-04 17:15:38 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-11-04 17:16:28 -0200 |
commit | 7ac34d65a4f3f8561c8156ae75630aa71c8a88f2 (patch) | |
tree | 351942e954f8769a2c3e0cb007eb3467224a4815 /src/etc | |
parent | 1be1b87b5f9ab8d0a259b888aab08ec6babad568 (diff) | |
download | pfsense-7ac34d65a4f3f8561c8156ae75630aa71c8a88f2.zip pfsense-7ac34d65a4f3f8561c8156ae75630aa71c8a88f2.tar.gz |
Enable ALTQ for cxl. Fixes #6830
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/inc/interfaces.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 1e0be5d..e08f518 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -5639,7 +5639,7 @@ function is_altq_capable($int) { * 20150328 - removed wireless drivers - ath, awi, bwn, iwi, ipw, ral, rum, run, wi - for now. redmine #4406 */ $capable = array("ae", "age", "alc", "ale", "an", "aue", "axe", "bce", - "bfe", "bge", "bridge", "cas", "dc", "de", "ed", "em", "ep", "epair", "et", "fxp", "gem", + "bfe", "bge", "bridge", "cas", "cxl", "dc", "de", "ed", "em", "ep", "epair", "et", "fxp", "gem", "hme", "hn", "igb", "ix", "jme", "le", "lem", "msk", "mxge", "my", "nfe", "nge", "npe", "nve", "re", "rl", "sf", "sge", "sis", "sk", "ste", "stge", "ti", "txp", "udav", "ural", "vge", "vmx", "vr", "vte", "xl", |