After installing the routing-test package, I’m having problems with scripts that take data from /ip route
Example: :put [/ip route get [/ip route find comment=“Default”] gateway]
This returns me: “192.168.0.1 reachable ether1” without quotes
With the regular routing package, returns only “192.168.0.1” without quotes
How to cut the words “reachable ether1” , leaving only 192.168.0.1? Thanks
Note: I need the routing-test package installed because I’m doing tests with another package that depends on the routing-test. This package is the mpls-test.
Tested under routing-test package of Mikrotik versions 3.25 and above.