routes

i has site with address 172.168.0.1 (www.speednet.com)
and i want to rich without limit passing the queue
is that right

ip firewall mangle
add action=mark-packet chain=prerouting comment=“” disabled=no dst-address=10.0.0.10 new-packet-mark=unlimit passthrough=yes

/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“” direction=both disabled=no dst-address=0.0.0.0/0 interface=all limit-at=0/0 max-limit=unlimited/unlimited name=queue14
packet-marks=unlimit parent=none priority=1 queue=default-small/default-small total-queue=default-small

Hi, with mangle rule with passthro=yes, this rule isn’t the last that is procesed, for this reason this rule is possible that wouldnt work. It depends on the next rules.

so passthrough=no it will work alone cuz there is nor rule after this one

Mark connection passth=yes and later mark packet with connection mark marked and passth=no