Migrating Simple Queues from v5 to v6 Help.

Hi.
Need little help how to migrate simple queues from v5 to v6 OS, from old V5.26 OS server to new CCR server.
Did backup and restore to new one CCR and all seemed fine except SQueues does not show any traffic, they show something but they dont work as they suppose like in V5. I know in V6 SQ there are redesigned, options like Interface, DST add, P2P are removed

This is one simple queue from V5
0 name=“Q1” target-addresses=10.10.1.2/32
interface=all parent=none packet-marks=“” direction=both priority=8
queue=Up 3M/Down 15M limit-at=0/0 max-limit=0/0 burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s total-queue=default-small

u can see I’m using mine created Queue Types “UP 3M” and “Down 15M”

Same queue after restore in V6
0 name=“Q1” target=10.10.1.2/32 parent=none
packet-marks=“” priority=8/8 queue=Up 3M/Down 15M limit-at=0/0
max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s

in v5 we have option interface=all which is removed in V6 but in V6 we have new TAB option Dst: which by default is empty or does “empty” mean 0.0.0.0/0?
Do I have to select on every simple queue Dst:“interaface” so SQ should look something like that

0 name=“Q1” target=10.10.1.2/32 ->dst=bridge1<-
parent=none packet-marks=“” priority=8/8 queue=Up 3M/Down 15M
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0
burst-time=0s/0s

in bridge1 are local ether’s - where local addresses are assigned

Thanks.

Finally I have found solution. For small number of simple queues changing that is easy (if the Problem is in dst=“” because I don’t get replay) but if u have 500-2000 u need hours of work
but u can do it in one step with little help of scripting
/queue simple> :for i from=1 to=2000 do={set (i) dst=bridge1}

I’ll test it tomorrow see if queues work properly like in V5 OS