From cf205dca239bc0f32f81c1df74d76478dc07747f Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 31 Oct 2012 23:27:08 +0000 Subject: Resolves #2670. Mark vtnet interfaces as altq capable. --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1