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 7bf8f25a2535edb4631152a5173ad6a9b8902d59..819e5e457aa9114e1201f01fe8efe06040032b8c 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;