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