Merge "Automatically set IPsec tunnel interface as up" into rvc-dev

This commit is contained in:
Benedict Wong
2020-03-31 16:51:58 +00:00
committed by Android (Google) Code Review
5 changed files with 35 additions and 14 deletions

View File

@@ -1415,7 +1415,7 @@ public final class SystemServer {
t.traceBegin("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);