unlimited bandwidth to cache contents

All,

I have an issue with configuration of the Mikrotik 6.15
for giving unlimited bandwidth to cache contents and skip queue limit to users.
it gives me following error

queue tree> add burst-limit=0 burst-threshold=0 burst-time=0s disable
d=no limit-at=0 \ max-limit=0 name= “unlimitcache” packet-mark=cache-hits \ parent
=global-out priority=8 queue=default
input does not match any value of parent

can any body help me with this ?

global-out and global-in no longer exist on 6.x

http://wiki.mikrotik.com/wiki/Manual:RouterOS6_news#Queues

thank you I didn’t know of this update .

unlimited bandwidth to cache contents does not work anymore please help.

my Fire wall mangle rule:

;;; unlimitcache
chain=output action=mark-packet new-packet-mark=cache-hits passthrough=no dscp=4

Queue tree rule:

name=“unlimitcache” parent=global packet-mark=cache-hits limit-at=0
queue=default priority=8 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s

it does not work for me i’m using 6.18 OS.

i appreciate your help