The /ip route check command now only shows the interface which will be used to forward a packet destined for the given ip address. It would be far more useful to include info on the specific route it will use to forward the packet.
Right now it’s like this:
[admin@cr] > /ip route check 8.8.8.8
status: ok
interface: bonding-eurasia
nexthop: xxx.xxx.xxx.xxx
What if it could be like
[admin@cr] > /ip route check 8.8.8.8
status: ok
interface: bonding-eurasia
nexthop: xxx.xxx.xxx.xxx
route: dst-address=0.0.0.0/0 gateway=xxx.xxx.xxx.xxx reachable via bonding-eurasia