diff options
author | Ermal <eri@pfsense.org> | 2011-02-21 13:47:59 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-02-21 13:47:59 +0000 |
commit | c2d7074e91759abd1af47f2bd3d7ed7b28eabc0e (patch) | |
tree | dc068d936e48d05d3553265b949b1f31c46a31f4 | |
parent | 41393f1e4f2d9220e5bf14a101b50bfe1b3a0388 (diff) | |
download | pfsense-c2d7074e91759abd1af47f2bd3d7ed7b28eabc0e.zip pfsense-c2d7074e91759abd1af47f2bd3d7ed7b28eabc0e.tar.gz |
Resolves #1288. Add alc(4) to altq(4) supported list.
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 3a309eb..fa29b34 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -3480,7 +3480,7 @@ function is_altq_capable($int) { * http://www.freebsd.org/cgi/man.cgi?query=altq&manpath=FreeBSD+7.2-current&format=html * Only the following drivers have ALTQ support */ - $capable = array("age", "ale", "an", "ath", "aue", "awi", "bce", + $capable = array("age", "alc", "ale", "an", "ath", "aue", "awi", "bce", "bfe", "bge", "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", |