<div>Hi folks,<br><br>I want to deploy a net :<br><br>[Node A]           [Node B]<br>wlan0    ......    wlan0<br>wlan1    ......    wlan1<br>eth0               eth0<br>  |                  |<br>[Node M]            [Node N]<br><br>node A and node B are some hops away.<br>wlan0  192.168.2.0/24 ,  wlan1  192.168.3.0/24<br>node A: eth0 192.168.1.5<br>node B: eth0 192.168.4.9<br><br>I run olsrd on wlan0 and wlan1  of node A and B like this:<br>./olsrd -f ./olsrd1.conf  -i wlan0 wlan1<br>in olsrd1.conf  use 'HNA' announced the network of eth0 .<br>Node M(192.168.1.10, connected to node A eth0) can communicate with node N (192.168.4.11, connected to node B eth0), using the path  "node M-[eth0 A  wlan0] ... [wlan0  B  eth0]-node N".<br>If the path [A  wlan0] ... [wlan0  B] is broken, but path [A  wlan1] ... [wlan1  B]  is ok,<br>could node M still can get to node N, and vice versa?  How long it will take to change the path?<br><br><br>--<br>Wu<br><br></div>