Hi. When I execute /ip route print from [/ip route find connect=yes] I get the listing of directly connected routes. But when I try /ip route print from [/ip route find connect=no] I get all routes including connected.
Is there any way to filter out "connect" routes? I've tried other combinations(bgp=yes also gives all routes, while ospf=yes gives only ospf, but ospf=no gives all including ospf)
Actually it's even worse.
:put [find connect=no] doesn't show anything but i DO HAVE ospf and static routes (which are supposed to appear here). So it seems like TWO bugs
1) find returns an empty set
2) print outputs something on an empty set from find