Error: Cannot delete qdisc with handle of zero. Changing theqdiscwith another. The example below replaces theMQ (multiqueues)withFQ (Fair Queue policy): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
open@redskull:~$ sudo tcdel mgmt0 --all [WARNING] command='/usr/sbin/tc qdisc del dev mgmt0 root', returncode=2, stderr='Error: Cannot delete qdisc with handle of zero.\n' [WARNING] no qdisc to delete for the incoming device. open@redskull:~$ sudo tcset mgmt0 --rate 2Mbps -...