TCIntf: Don't delete a non-existing root qdisc
In recent kernels, virtual interfaces come without any associated qdisc, resulting in errors when spawning the network. Checking for "noqueue" in the tc output, enables to detect that case and thus avoid deleting the non-existent qdisc.
Please register or sign in to comment