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?? 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?? Regards, Lars Landmark Student _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> 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 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/