From: Felix Fietkau Date: Wed, 5 Oct 2011 17:01:48 +0000 (+0200) Subject: clear errors on interface reload X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=0afea380d7e7dec4523dd8f071692a80944ad85d clear errors on interface reload --- diff --git a/interface.c b/interface.c index 7bf8f25..819e5e4 100644 --- a/interface.c +++ b/interface.c @@ -400,6 +400,7 @@ interface_change_config(struct interface *if_old, struct interface *if_new) { struct blob_attr *old_config = if_old->config; + interface_clear_errors(if_old); if_old->config = if_new->config; if (!if_old->config_autostart && if_new->config_autostart) if_old->autostart = true;