V7.1beta4 unable to add routes

Hello ,
I found that I can’t add this lines (for example) in the cmd \ web gui

/ip route
add distance=1 gateway=10.1.1.2 routing-mark=mb_table
add distance=1 dst-address=10.1.1.0/24 gateway=bridge1 pref-src=10.1.1.1 routing-mark=mb_table

even more
when I press “add new” it does nothing

I can only add the first line on winbox - but when I print from winbox\ssh - I don’t see the lines

can you check this ?

Thanks ,

There is no “routing-mark” parameter in ROSv7

OK
what to do instead of it?

and also
why can’t I add in the web gui?


and if I add the lines in cli command - and I can’t see it on the ssh\ gui - will it still work ?

Thanks ,

You can find basic examples on how to add routing tables and routes here:
https://help.mikrotik.com/docs/display/ROS/ROSv7+Basic+Routing+Examples

Thanks,