mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 7016
Add vlan to altq capable list.
This commit is contained in:
parent
55bd955694
commit
14bd11b8a2
@ -1309,7 +1309,7 @@ function is_altq_capable($int) {
|
||||
*/
|
||||
$capable = array("an", "ath", "awi", "bfe", "bge", "dc", "de", "ed",
|
||||
"em", "fxp", "hme", "lnc", "ndis", "rl", "sf", "sis", "sk",
|
||||
"tun", "vr", "wi", "xl");
|
||||
"tun", "vr", "wi", "xl", "vlan");
|
||||
|
||||
$int_family = preg_split("/[0-9]+/", $int);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user