There is an address-lists with name "IR".
i want route traffic to gateway x.x.x.x if destination address is "IR"
and other "0.0.0.0/0" route to y.y.y.y gateway.
thanks allot.
/ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 action=mark-routing new-routing-mark=HTTP passthrough=yes comment="" disabled=no
/ip firewall mangle add chain=prerouting dst-address-list=IR action=mark-routing new-routing-mark=IR passthrough=yes comment="" disabled=no