http://wiki.mikrotik.com/wiki/Route#Routing_table_lookup
If there is no routing cache entry for this packet, it is created by running routing decision:
- check that packet has to be locally delivered (destination address is address of the router)
- process implicit policy routing rules
- process policy routing rules added by user
what implicit policy routing rules exists?
I’m digging this because I need to do the following:
lookup routing table ‘common’ (without default route);
if route was not selected, then either send packet to one of the default gateways (depending on the src-address of packet), or simply discard packet for some set of src-addresses;
‘common’ routing table is filled dynamically by BGP peer
p.s. it’s my 2200th post ![]()