I am trying to figure out the syntax to delete a qdisc to no avail. Here is my current config (I successfully deleted everything else): # tc -s qdisc show dev eth0 qdisc tbf 30: rate 33Kbit burst 5Kb lat 85.3ms Sent 0 bytes 0 pkts (dropped 0, overlimits 0) # tc -s class show dev eth0 [ no output] # tc -s filter show dev eth0 [ no output] How do I delete the qdisc? I was under the impression that this should work: # tc qdisc del dev eth0 root RTNETLINK answers: No such file or directory but obviously this is incorrect. This is no good either: # tc qdisc del dev eth0 handle 30: RTNETLINK answers: Invalid argument _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/