Setting route to interface

Sometimes I miss the possibility to set a route to an interface without specifying gateway.
E.g. when differerent routing tables are in use (routing mark), it would be nice to set such a route.
Either in the IP Address section by allowing a routing mark there, or in the IP Routes section by allowing
a route without gateway but with a specified routing mark.

As it is now, it is required to set IP Rules for all locally connected networks specifying “lookup main”
because when a match is made with other routing tables and a lookup is done there, locally connected
networks are never found.

In Linux, such routes can be entered using “ip route add network/netmask dev xxx table yyy”.
So why not in the MikroTik?

Ah, I now see that it IS possible to do this. Only, you need to put the “interface” in the “gateway” field.
My experience with Linux networking made me look for a separate “interface” or “device” field.
Thanks to MikroTik support for pointing this out.