summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-16 17:56:55 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-16 17:56:55 +0000
commitb380c491d5498ffc83c5bec5e4377750d4163e83 (patch)
treee1c28531c6d6ad88c08efee032fdc5c703b832a0 /etc
parent057399e49d7287b2b17bf8c868808174f6c71141 (diff)
downloadpfsense-b380c491d5498ffc83c5bec5e4377750d4163e83.zip
pfsense-b380c491d5498ffc83c5bec5e4377750d4163e83.tar.gz
Update list of altq suppported interfaces with some of our custom internal names wich actually are really ng_iface(4) type.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 469e611..8893522 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1879,7 +1879,8 @@ function is_altq_capable($int)
$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");
+ "iwi", "msk", "mxge", "my", "nfe", "npe", "ral", "rum", "stge", "udav",
+ "ural", "pppoe", "pptp", "ng", "ppp");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud