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
_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to