summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-10-31 23:27:08 +0000
committerErmal <eri@pfsense.org>2012-10-31 23:27:27 +0000
commitcf205dca239bc0f32f81c1df74d76478dc07747f (patch)
tree3d109b4cf6506ed516f0fd70e0128ba74738eefa
parent5010023438a2980ab998de72d83c5a088f57c94f (diff)
downloadpfsense-cf205dca239bc0f32f81c1df74d76478dc07747f.zip
pfsense-cf205dca239bc0f32f81c1df74d76478dc07747f.tar.gz
Resolves #2670. Mark vtnet interfaces as altq capable.
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 0b1e133..d4a4483 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -4376,7 +4376,7 @@ function is_altq_capable($int) {
"npe", "nve", "ral", "re", "rl", "rum", "run", "bwn", "sf", "sis", "sk",
"ste", "stge", "txp", "udav", "ural", "vge", "vr", "wi", "xl",
"ndis", "tun", "ovpns", "ovpnc", "vlan", "pppoe", "pptp", "ng",
- "l2tp", "ppp");
+ "l2tp", "ppp", "vtnet");
$int_family = preg_split("/[0-9]+/", $int);
OpenPOWER on IntegriCloud