Sun May 15, 2016 4:27 am
I have two ISP. For example: I'm split upload via mangle/mark routing to both ISP.
192.168.0.0/24 to ISP1
192.168.1.0/24 to ISP2.
I want to exclude BGP routes from mangle. If I get BGP route 10.10.10.0/24 from ISP1, I want that all packets with destination 10.10.10.0/24 goes via ISP1, because, this is shortest path... I can make this with "exclude dst address list", but i need solution for adding bgp routes to address list.