clear errors on interface reload
authorFelix Fietkau <nbd@openwrt.org>
Wed, 5 Oct 2011 17:01:48 +0000 (19:01 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 5 Oct 2011 17:01:48 +0000 (19:01 +0200)
interface.c

index 7bf8f25..819e5e4 100644 (file)
@@ -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;