Merge "Clear the information of the underlying network" am: c232ead59f am: a86d00fab9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2455969

Change-Id: I23e88f0619b952ce4dba5f577be60033a61934a0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Lucas Lin
2023-02-24 17:54:52 +00:00
committed by Automerger Merge Worker

View File

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