Closed
Bug 1167028
Opened 9 years ago
Closed 9 years ago
Unable to set default route if failed to remove old default route
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1173671
People
(Reporter: swu, Unassigned)
References
Details
When setting default route in NetworkUtils::setDefaultRouteLegacy(), it first removes old default route. If removing old default route fails, for IPv4 case, it returns immediately, but for IPv6 case it just displays warning.
https://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/NetworkUtils.cpp#1952
Should setting new default route block on the success of removing old default route?
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
This has been fixed in bug 1173671.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•