I have a bunch of /32 routes fed into RouterOS by an OSPF peer. I also have more “general” routes in my routing table installed by BGP. What are some possible ways to force RouterOS NOT to use /32 routes in a specific case (for example based on src-address-list or some packet mark or something?). Well I need to make sure that if packets come from a specific interface or from a specific src address the /32 routes will not be used for lookup.
Any suggestions appreciated.