X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.c;h=8f5fa984e12b1354604361f636b650bc41c9cb55;hp=6cad26bee0f3a1baf2e34fedfc66b1e1a4a1fa4d;hb=19ab568942e2699a414bd7bf3d53823c9b707abb;hpb=549ee59a895cfd20b0cde36d61e8df747e57069d diff --git a/interface.c b/interface.c index 6cad26b..8f5fa98 100644 --- a/interface.c +++ b/interface.c @@ -306,7 +306,10 @@ interface_do_reload(struct interface *iface) static void interface_handle_config_change(struct interface *iface) { - switch(iface->config_state) { + enum interface_config_state state = iface->config_state; + + iface->config_state = IFC_NORMAL; + switch(state) { case IFC_NORMAL: break; case IFC_RELOAD: