Hello.
The following line of code on ROSv7.1.1 is executed with error “input does not match any value of new-routing-mark” but has been working in ROSv6.49.2:
/ip firewall mangle add chain=prerouting action=mark-routing src-address=192.168.88.128/30 new-routing-mark=NETWORK1
I heard that some significant changes were made in new version of ROS that cause backward incompatibility but could not find solution on the web.
Thank you.