am 82afa6e6: Merge "Fix IPv6 on wifi"
* commit '82afa6e61e6e8df57b71096a9f07eda956442fec': Fix IPv6 on wifi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user