summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-08-21 09:30:08 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-08-21 09:30:08 +0200
commit64fe3233cef313f9c14736d7941264aed7067bf5 (patch)
tree1571c3d912c01e262430a5ce6ad508f0738f7d97 /etc
parent135ef84a1008afc599cfcb5bb11c2d3ccdce95cb (diff)
downloadpfsense-64fe3233cef313f9c14736d7941264aed7067bf5.zip
pfsense-64fe3233cef313f9c14736d7941264aed7067bf5.tar.gz
Update the Altq capable list with the 7.2 list
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 01d1cc6..9e6ffee 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2368,14 +2368,15 @@ function interface_has_gateway($friendly) {
function is_altq_capable($int) {
/* Per:
- * http://www.freebsd.org/cgi/man.cgi?query=altq&manpath=FreeBSD+6.0-current&format=html
+ * 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("an", "ath", "awi", "bfe", "bge", "dc", "de", "ed",
- "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", "pppoe", "pptp", "ng", "ppp");
+ $capable = array("age", "ale", "an", "ath", "aue", "awi", "bce",
+ "bfe", "bge", "dc", "de", "ed", "em", "ep", "fxp", "gem",
+ "hme", "ipw", "iwi", "jme", "le", "msk", "mxge", "my", "nfe",
+ "npe", "nve", "ral", "re", "rl", "rum", "sf", "sis", "sk",
+ "ste", "stge", "txp", "udav", "ural", "vge", "vr", "wi", "xl",
+ "ndis", "tun", "vlan", "pppoe", "pptp", "ng", "ppp");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud