Hello,

I don't know how to solve the problem in Linux kernel, but it can by
bypassed with deleting filters and classes before qdiscs.

I'm using something like this:
#tc filter del dev eth0 prio $used_priority #not needed for above sample
classes=$(tc class show dev eth0 | awk '{if (match($3,"^1:1$")==0) print
$3}')
for i in $classes; do
  tc class del dev eth0 classid $i
done
tc qdisc del dev eth0 root

Jindrich Vrba




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to