The delay is still there in network-
manager-0.9.6.0~git201207161259.00297f4, now in the file "nm-device-
wired.c":

static void
set_carrier (NMDeviceWired *self,
             const gboolean carrier,
             const gboolean defer_action)
{
[...]
        if (defer_action)
                priv->carrier_action_defer_id = g_timeout_add_seconds (4, 
carrier_action_defer_cb, self);
        else
                carrier_action_defer_cb (self);
}


** Summary changed:

- Network-Manager doesn't handle short network interruptions correctly!
+ NetworkManager fails to reconfigure the interface if the link is broken for a 
short time

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894082

Title:
  NetworkManager fails to reconfigure the interface if the link is
  broken for a short time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/894082/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to