Merge "Automatically set IPsec tunnel interface as up"

This commit is contained in:
Benedict Wong
2020-03-25 04:18:50 +00:00
committed by Gerrit Code Review
5 changed files with 36 additions and 14 deletions

View File

@@ -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);