This doesn't seem to be easily reproducible, which strengthens the theory that this is a race condition between rild and Network Manager.
When the mobile data connection is active, and WiFi connected, the main routing table looks like this: # ip route show default via <address> dev wlanX proto static <address> dev ccmni0 proto static scope link <address> dev wlanX proto kernel scope link src <address> metric 9 When WiFi is disabled, it looks like this: # ip route show default via <address> dev ccmni0 proto static <address> dev ccmni0 proto static scope link Note, rild and Network Manager use a different proto value when adding routes ( static vs. kernel ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436427 Title: Turning off WiFi doesn't set a route after the modem connects data To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436427/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
