Merge "Make failure to set addrgenmode a non-fatal error."
This commit is contained in:
@@ -1064,7 +1064,7 @@ public class IpManager extends StateMachine {
|
||||
mNwService.setIPv6AddrGenMode(mInterfaceName, mConfiguration.mIPv6AddrGenMode);
|
||||
} catch (ServiceSpecificException e) {
|
||||
if (e.errorCode != OsConstants.EOPNOTSUPP) {
|
||||
throw e;
|
||||
logError("Unable to set IPv6 addrgen mode: %s", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user