Following code is not working as expected:
/ip route print where routing-mark=main
Print all your routes and you will see that there are no routing-mark=main
To print all routes in main table use
/ip route print where !routing-mark
thanks, than it should not tab complete “main” ![]()