mirror of https://github.com/aredn/aredn.git
bugfix: OLSRD doesn't start on node reboot
Under Barrier Breaker sometimes OLSRD gets started before any interface is up causing OLSRD to shutdown because no interfaces exist. Forces OLSRD to stay on and wait for the interfaces to come online.
This commit is contained in:
parent
50c4e0ed11
commit
097d62ae01
|
@ -7,6 +7,7 @@ config olsrd
|
|||
option RtTable '30'
|
||||
option RtTableDefault '31'
|
||||
option LinkQualityAlgorithm 'etx_ffeth'
|
||||
option AllowNoInt 'yes'
|
||||
|
||||
config LoadPlugin
|
||||
option library 'olsrd_arprefresh.so.0.1'
|
||||
|
|
Loading…
Reference in New Issue