<div>Hello<br></div><div></div><div>Does anyone really needs fib_metric, i mean requires another value than "flat"?</div><div></div><div>Background:</div><div>if kernel routing metrics are applied (e.g. fib_metric="approx" -> kernel routing metric = hopcount) to olsr routes, </div>
<div>this makes managing kernel routes more complex, </div><div>and bloats the code of olsrd.</div><div></div><div>Furthermore many of my improvements to the routing code (to ensure that all olsr routes are correctly applied to the kernel (and stay there)), only work partly, or not effcient with fib_metrics != "flat",..</div>
<div></div><div>for example if olsr crashes and starts again, with fib_metric flat, the old routes will not be able to cause problems, they will get overwritten as soon as olsr has new routes again.</div><div>if not they may stay and may even interfere badly with routing if their metric (hopcount) is lower, than current best routes hopcount,..</div>
<div></div><div>also routes with an "flat" metric can get replaced directly in kernel, if they get different nexthop, and olsr does not need to make an delete && add like now in this case</div><div>So if u need this feature, please let me now, including for what u use it, beause there may even better/less_problmatic ways</div>
<div></div><div>regards Markus</div>