Merge "Make failure to set addrgenmode a non-fatal error." into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
90bf56da0d
@@ -1065,7 +1065,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