[FIXED]firewall mangle broken in ROS V6.1??

the rule
/ip firewall mangle add action=mark-routing chain=prerouting comment=“NO SQUID” dst-address-list=“No Squid” new-routing-mark=NoSquid passthrough=no
is not working in ROS V6.1 but was working in V5.25


it should mark the routing as “NoSquid” for the servers in “No Squid” Address list so that i can define a separate gateway for this like
/ip route
add distance=1 gateway=xxx.xxx.xxx.xxx routing-mark=NoSquid

but it’s not working

I have the same rule bar its a src-address-list and it works on 6.1 without any problems.

after install it worked