[OpenWrt-Devel] /sbin/hotplug-call iface event never fired

2014-08-10 Thread Weiwu Zhang
I found this problem while trying to make ddns work. This command updates ddns: # ACTION=ifup INTERFACE=wan /sbin/hotplug-call iface But: 1) reboot would not update ddns; 2) if ip address changed in a day, ddns would not update; Thus it seems the hotplug event only happens if I invoke it

Re: [OpenWrt-Devel] /sbin/hotplug-call iface event never fired

2014-08-10 Thread Yousong Zhou
On Aug 10, 2014 8:43 PM, Weiwu Zhang zhangwe...@realss.com wrote: I found this problem while trying to make ddns work. This command updates ddns: # ACTION=ifup INTERFACE=wan /sbin/hotplug-call iface But: 1) reboot would not update ddns; 2) if ip address changed in a day, ddns would not

Re: [OpenWrt-Devel] /sbin/hotplug-call iface event never fired

2014-08-10 Thread Weiwu Zhang
On Mon, 11 Aug 2014, Yousong Zhou wrote: On Aug 10, 2014 8:43 PM, Weiwu Zhang zhangwe...@realss.com wrote: The patch [1] has been posted for quite a while.  Can you check it and see if it can at least fix the first problem. [1] http://patchwork.openwrt.org/patch/4782/ Thanks for writing