Skip to content

Fix icwmpd ubus reload

Dominic Lake requested to merge bt/icwmp:feature/fix-icwmpd-reload into devel

After refactoring, the icwmpd code no longer allocates the UCI context in the ubus thread so when it attempts to reload the config, the UCI calls fail and the reload fails.

Update ubus_utils.c to call init before reloading the config and call exit once reloaded.

Merge request reports