From: Felix Fietkau Date: Wed, 2 May 2012 10:52:59 +0000 (+0200) Subject: remove duplicate interface down events X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7ca1a4ce12dfe0ded199526571414bec9362bedc;p=oweals%2Fnetifd.git remove duplicate interface down events --- diff --git a/interface.c b/interface.c index 3a40432..304cccf 100644 --- a/interface.c +++ b/interface.c @@ -319,8 +319,6 @@ interface_proto_cb(struct interface_proto_state *state, enum interface_proto_eve return; netifd_log_message(L_NOTICE, "Interface '%s' has lost the connection\n", iface->name); - if (iface->state == IFS_UP) - interface_event(iface, IFEV_DOWN); mark_interface_down(iface); system_flush_routes(); iface->state = IFS_SETUP;