On 07/11/2021 23:47, Juliusz Chroboczek wrote:
1. Make sure that the static route is not visible to babeld:redistribute ip 0.0.0.0/0 proto xxx allow redistribute ip :::/0 proto xxx allowwhere xxx is *not* the protocol of the static route. (This is thedifference with your configuration, where you ask Babeld to redistribute routes for all protocols, including the one of the static route.) 2. When the route has been shown to be routable, have your reachability daemon install a route tagged with the protocol that Babeld redistributes: ip route add ... proto xxx
Thinking about this further, I think it could work if I used a different proto for each site.
So Site A would use proto isp_a, Site B could use isp_b, and Site C could use isp_c.
Now, installing the "local" default route doesn't preclude the installation of default routes, possibly with a lower metric, from the other sites.
Is that what you meant? Mark _______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
