Merge "Make failure to set addrgenmode a non-fatal error."
am: 9c170157a8
Change-Id: Ia4074f720ce0db69c86cd58ddc574d595cfceeee
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