Hi, I am trying to write my own qdisc (myqd). Just to start with I just cloned sch_fifo.c and changed its code to have a new id, etc. After rebuilding the kernel code and redeploying, I tried to attach it to eth1 using the following command. sudo tc qdisc add dev eth1 root myqd When I do that I get the following error. RTNETLINK answers: No such file or directory Please let me know whats wrong here. As I understand the new qdisc is not visible to Netlink. How could I resolve it?. Thanks, Danushka -- To unsubscribe from this list: send the line "unsubscribe lartc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html