[LARTC] Cannot get htb & prio working together.

Toby tobia.conforto at linux.it
Fri Nov 4 11:13:22 CET 2005


Jody Shumaker wrote:
> tc filter add ... parent 1:0  ... match ip dport 22 0xffff flowid 1:20
> tc filter add ... parent 1:0  ... match ip dport 23 0xffff flowid 1:20
>
> tc filter add ... parent 1:20 ... match ip dport 22 0xffff flowid 20:1
> tc filter add ... parent 1:20 ... match ip dport 23 0xffff flowid 20:3
                           ^^^^ you mean 20: here

The last two filters need to have 20: as parent, if you want to keep
each filter inside a single qdisc.


Toby

-- 
UNIX is a lever for the intellect.
			-John R. Mashey


More information about the LARTC mailing list