On Fri, Apr 17, 2020 at 1:43 PM Juliusz Chroboczek <[email protected]> wrote: > > > add route 7c3ea0 prefix 0.0.0.0/0 from ::ffff:0.0.0.0/0 installed yes id > > 02:0d:b9:ff:fe:43:a0:6c metric 97 refmetric 1 via fe80::20d:b9ff:fe43:a06d > > if eth0 > > Ouch -- that's still wrong.
Dang. It is exported (explicitly) with a metric 1 from the default router due to how I do default route detection. So the default router has: default via elided dev eth0 proto static # let my local traffic to this egress point always work, even if that egress point is down for some reason. default via elided dev eth0 proto 48 metric 1 # but insert/remove the exported route to the network at large if it is actually successfully routing at this point. babel there is configured to "redistribute proto 48" so what is the more correct result? factoring rxcost/txcost? add xroute 0.0.0.0/0-0.0.0.0/0 prefix 0.0.0.0/0 from 0.0.0.0/0 metric 1 > > -- Juliusz -- Make Music, Not War Dave Täht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-435-0729 _______________________________________________ Babel-users mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
