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:
Conrad Lara - KG6JEI 2015-03-23 22:57:48 -07:00
parent 50c4e0ed11
commit 097d62ae01
1 changed files with 1 additions and 0 deletions

View File

@ -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'