I am trying to pull routes off a RouterOS device with the API. The API can not read routing marks and can not read check-gateway on these routes.
Here is the output when I do an export:
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=4.2.2.2/32 gateway=\
80.8.8.8 pref-src=0.0.0.1 routing-mark=ab scope=30 target-scope=10
Here is the output when I do a "getall" with the API:
!re=.id=*1=dst-address=4.2.2.2/32=pref-src=0.0.0.1=gateway=80.8.8.8=gateway-sta
us=80.8.8.8 unreachable=distance=1=active=false=static=true=disabled=false
Is this a known problem?