> As I understand, in HTB you are able to map traffic to a queue named > direct_queue. > This queue is initialized in function htb_init(), and is a > qdisc not a class, is this right?? it is class with implicitly attached queue > Another question of interest is how can I use it. Is this queue > associated to the queue with highest prio? And how is this done?? this queue is used when you explicitly direct data to X:0 class (by filter) or when used in "default 0". devik