am 82afa6e6: Merge "Fix IPv6 on wifi"

* commit '82afa6e61e6e8df57b71096a9f07eda956442fec':
  Fix IPv6 on wifi
This commit is contained in:
repo sync
2011-09-30 09:59:52 -07:00
committed by Android Git Automerger
3 changed files with 59 additions and 3 deletions

View File

@@ -78,6 +78,16 @@ interface INetworkManagementService
*/
void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable);
/**
* Disable IPv6 on an interface
*/
void disableIpv6(String iface);
/**
* Enable IPv6 on an interface
*/
void enableIpv6(String iface);
/**
* Retrieves the network routes currently configured on the specified
* interface