Merge "Automatically set IPsec tunnel interface as up"
This commit is contained in:
@@ -1328,7 +1328,7 @@ public final class SystemServer {
|
||||
|
||||
traceBeginAndSlog("StartIpSecService");
|
||||
try {
|
||||
ipSecService = IpSecService.create(context);
|
||||
ipSecService = IpSecService.create(context, networkManagement);
|
||||
ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService);
|
||||
} catch (Throwable e) {
|
||||
reportWtf("starting IpSec Service", e);
|
||||
|
||||
Reference in New Issue
Block a user