From 431941ee7180b6b653d612719f7f2dc0f9d1e724 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 29 Mar 2010 20:09:53 -0700 Subject: Fix traffic-limiter qdisc for root Need to put prio queue on root queue. --- scripts/vyatta-qos.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl index 68af9e1..fa03293 100755 --- a/scripts/vyatta-qos.pl +++ b/scripts/vyatta-qos.pl @@ -170,7 +170,7 @@ sub update_interface { $parent = 0xffff; print "qdisc add dev $device ingress\n"; } else { - print "qdisc add dev $device handle 1: prio\n"; + print "qdisc add dev $device root handle 1: prio\n"; } } -- cgit v1.2.3