Hi,
We have noticed on the RB’s that we have upgraded from v3.28 to V3.30 that the packet marker gets dropped from the queue tree’s when we run the following script.
:foreach i in [/queue tree find packet-mark=“Bulk”] do={
/queue tree set $i max-limit=512K limit-at=512K }
This has been working for us all the way until now.
We got a fix for it by :
add name=start_limit policy=reboot,read,write,test,winbox source=“:foreach i in [/queue tree find packet-mark="Bulk"]
do={/queue tree set $i pac="Bulk" max-limit=512K limit-at=512K }”
We don’t want to roll out the upgrade to all the sites at this stage as not everyone would follow the change of script and it would just make a mess again.
Do you know off this problem, and would you have a fix with the new release?
Thank you,
Russian