Route list question

I’m trying to get 3 RouterOS routers setup in a line 1 to 2 to 3. I’m having problems one of which is that I can ping some of the routers and interfaces. I thought I had routes and addresses setup correctly, but I don’t think my RIP information is getting relayed correctly. In the table below:
routelist.jpg
I have two routes listed for networks 192.168.14.0 and 192.168.200.0 both are the two network this router is connected to using the IP’s 192.168.14.1 (wlan1) and 192.168.200.14 (bridge with ether1,wlan1,wds1) (I think this is the correct way to configure the interfaces and IP’s based on what I’ve read here and in the docs, please correct if not)

My question is that in the automatically generated routes, that eventually get passed on to other routers (some I control, and some I don’t) the gateway entry is blank. shouldn’t these gateways be specified as 192.168.14.0 → 192.168.14.1 & 192.168.200.0 → 192.168.200.14? so that when this router passes these routes on to the 192.168.14.114 it will know that 192.168.14.1 is the gateway for all of the listed networks. but since this is a automatic route entry how do I edit this?

Thanks,
-Ben
routelist.jpg

You cannot edit Dynamically created rules, which are added as soon as you added IP address. Gateway should be blank only for the DAC routes and not for the routes received by RIP.

DAC means Dynamic, Active, Connected
DAr means Dynamic, Active, rip

here are all the flags that can be seen in routeros:
X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit


so, when you add ip address, route with flags: DAC is created and that means, that network that ip address of the interface is reachable through that interface no matter what.