Sreeram Ramachandran fb7690d4e1 Fix wifi connectivity issues.
http://ag/480881 changed RouteInfo.getDestination() to return an IpPrefix
instead of a LinkAddress. This makes the equals() comparison always fail.

So, when ConnectivityService.updateRoutes() is given identical routes, instead
of realizing that there's no diff, it would consider them different, and thus
add and remove the same route. The add would fail, since the route already
existed in netd, but the remove would succeed, leaving the system with no routes
and thus no connectivity.

Bug: 15564210
Change-Id: I2003b0fcb809cc20837dc489c58af37891ca4556
2014-06-11 23:02:59 +00:00
2014-06-10 15:42:19 -07:00
2014-06-11 23:02:59 +00:00
2013-05-21 12:38:22 -07:00
2013-09-12 19:07:28 -07:00
2014-06-03 18:36:03 -07:00
2014-06-10 12:51:55 -07:00
2014-06-10 17:00:29 -07:00
2014-06-10 12:51:55 -07:00
2014-06-10 12:51:55 -07:00
2014-04-21 16:11:51 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%