Merge "Fix minor bugs with tunnel mode implementation" am: cb9cd96c50 am: b7afa3f6fb
am: 25cb38a9b7
Change-Id: Ie74c4edcc7586e0220ff948222010e126841e8f7
This commit is contained in:
@@ -462,7 +462,7 @@ public final class IpSecTransform implements AutoCloseable {
|
||||
mConfig.setMode(MODE_TUNNEL);
|
||||
mConfig.setSourceAddress(sourceAddress.getHostAddress());
|
||||
mConfig.setSpiResourceId(spi.getResourceId());
|
||||
return new IpSecTransform(mContext, mConfig);
|
||||
return new IpSecTransform(mContext, mConfig).activate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user