summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2017-09-27 13:17:47 +0900
committerLorenzo Colitti <lorenzo@google.com>2017-09-27 16:47:36 +0900
commit59da962b9fd7f96c5d19249d65152e76566ec1fd (patch)
tree38763d7fe6e5c6caf219d51d37fb5dcaa27858b5 /core/java
parent7bbe3eee52c08ee92a81b7bed395ca5499554cc4 (diff)
Delete the legacy framework code for manipulating ND offload.
This only worked on broadcom devices, and was superseded in M by a wifi HAL call made by IpManager. Test: bullhead builds, boots Change-Id: I711cae7dafe171c2c8b4e84a229adbcad27f3d14
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/os/INetworkManagementService.aidl5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/android/os/INetworkManagementService.aidl b/core/java/android/os/INetworkManagementService.aidl
index b63e3023565f..66e16a67a22b 100644
--- a/core/java/android/os/INetworkManagementService.aidl
+++ b/core/java/android/os/INetworkManagementService.aidl
@@ -104,11 +104,6 @@ interface INetworkManagementService
void setIPv6AddrGenMode(String iface, int mode);
/**
- * Enables or enables IPv6 ND offload.
- */
- void setInterfaceIpv6NdOffload(String iface, boolean enable);
-
- /**
* Add the specified route to the interface.
*/
void addRoute(int netId, in RouteInfo route);