simple queue small problem

Hi all.

I created simple queue for an user. Then created another one as child for previous queue. Now parent and child counters doesnt show any activity (but when using torch I can see packet moves at this queues (both)). Was try use higher priority for child queue but dont work. Any ideas?

Please post the actual rules

ok. this is it.

parent queue :

add name=“xxxxxxx Rafal 1” target-addresses=192.168.9.154/32
dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8
queue=default/default limit-at=1000000/1000000 max-limit=1000000/1000000
burst-limit=1356000/1768000 burst-threshold=128000/384000
burst-time=5s/20s total-queue=default disabled=no

and second (child) queue

add name=“xxxxxxx Rafal 2”
target-addresses=192.168.9.190/32 dst-address=0.0.0.0/0 interface=all
parent=“xxxxxxx Rafal 1” direction=both priority=7
queue=default/default limit-at=256000/512000 max-limit=512000/512000
burst-limit=1000000/1000000 burst-threshold=256000/256000
burst-time=5s/20s total-queue=default disabled=no

When I tried the same thing I had the same problem (as well as tons and tons of unexpected behaviour when I tried different things from the forum etc. etc…)