X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=interface.c;h=304cccf910ce494f3cb9e77e8be22bf6e19a900f;hb=7ca1a4ce12dfe0ded199526571414bec9362bedc;hp=3a404326ebd19b4e707e26c6a061608bc9c51032;hpb=0cd5498ea51d681124d713130aef7a964b30ef25;p=project%2Fnetifd.git 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;