[BUG/FEATURE] Show all routes ROS5 RC8

Hi,

I was wondering where you can show all routes in the routeros. It seems like the ip route print don’t show ipsec routes.
But if I check a linux firewall the tun0 interfaces show in the global routing list.

Bug or feature? or perhaps I don’t just know how to do it :wink:

There are no ipsec routes.
Ipsec policies are configured and canbe viewed in “/ip ipsec policy” menu

Okay that was the only place I saw them as well. :frowning:
Would it be possible in the future to add them to the routing table so you would have them all in one place.
It is easier to troubleshoot then :slight_smile:

It will be enough to see them in ip route print. Modify I can agree that it is restricted to ip ipsec policy

ipsec policy is not actually a route, that is why it cannot be placed in ip route menu.

Okay that explains it :slight_smile:
Thanks for sorting out this issue for me