Re: [OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-21 Thread Daniel Golle
On 01/20/2013 11:53 PM, Bastian Bittorf wrote: > * Daniel Golle [20.01.2013 22:50]: >> When started while boot, olsrd quits when SmartGW is enabled with the message >> >> olsrd[1395]: Received netlink error code Cannot assign requested address >> (-126) >> olsrd[1395]: olsrd exit: Cannot initiali

Re: [OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-20 Thread Bastian Bittorf
* Daniel Golle [20.01.2013 22:50]: > When started while boot, olsrd quits when SmartGW is enabled with the message > > olsrd[1395]: Received netlink error code Cannot assign requested address > (-126) > olsrd[1395]: olsrd exit: Cannot initialize gateway tunnels this is likely a netifd race whic

[OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-20 Thread Daniel Golle
When started while boot, olsrd quits when SmartGW is enabled with the message olsrd[1395]: Received netlink error code Cannot assign requested address (-126) olsrd[1395]: olsrd exit: Cannot initialize gateway tunnels When restart after boot, olsrd starts up and works as expected. I wrote this pa