dyangol
dyangol
Hi @aparcar, really we're not sure if this solves the issue. The performed tests suggest bmx6 needs to be start later almost in LEDE 17.01.4. If we delay it in...
@aparcar I've just tried your commited `/etc/init.d/bmx6` in a Nanostation M5 (17.01.4) and it does not work for me. My specific network configuration `/etc/config/network`: ``` config interface 'loopback' [10/1873] option...
@aparcar apparently bmx6 try to start on an interface name `wif0_t` that is futher created. When it is finally created bmx6 does not retry. I append this logread sample: ```...
This is the content of my `/etc/config/bmx6`: ``` config bmx6 'general' option dbgMuteTimeout '1000000' option tunOutTimeout '100000' option configSync '0' option syslog '0' config plugin 'bmx6_config_plugin' option plugin 'bmx6_config.so' config...
No luck :-( I've applied the suggested modification in `/etc/init.d/bmx6`, in the last line: ``` dev_trigger() { local cfg="$1" config_get dev "$cfg" dev procd_add_interface_trigger "interface.*" ${dev} "/etc/init.d/$NAME" restart ```