Scripting issue - BUG

Hello,

On v5.14 /ip route rule add place-before does not work if the script is ran automatically using the scheduler or by clicking Run in winbox, and the command referring to adding the rule before another is placed in a for loop in the script.

If the script is ran from terminal it works.

Regards,

Can we see the script?

Of course it will not work since in place-before you specify in console printed buffered numbers which are not available from the script. You can do a workaround by issuing /ip route rule print before add command, but it may not always work.