Merge "Clear the information of the underlying network"

This commit is contained in:
Lucas Lin
2023-02-24 14:10:22 +00:00
committed by Gerrit Code Review

View File

@@ -3254,6 +3254,8 @@ public class Vpn {
}
mActiveNetwork = network;
mUnderlyingLinkProperties = null;
mUnderlyingNetworkCapabilities = null;
mRetryCount = 0;
startOrMigrateIkeSession(network);