[Olsr-users] Managing Local Default Route offered as HNA 0.0.0.0 when healthy versus OLSR learned default route from mesh

Juliusz Chroboczek (spam-protected)
Sat Sep 20 18:27:39 CEST 2008


> Problem is the wired default route is favored over the OLSR installed 
> default route (zero metric versus non-zero olsr default route metric), 

That's what route priorities are for.  You need to make sure that the
default route has a lower priority than the priority that OLSR uses.

  ip route add ... metric 17

(The kernel calls it ``priority'', the user-space tools call it
``metric,'' and Cisco calls it ``administrative distance.'')

                                        Juliusz




More information about the Olsr-users mailing list