NetworkPkg: Fix hang issue after system reconnected when IPSec has set up
IpSecStop() is incompetent to send out the delete information since the underlying IP child has been destroyed. Delete all established IKE SAs and related Child SAs directly. Cc: Ye Ting <ting.ye@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18223 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
#include "IkeService.h"
|
||||
#include "IpSecConfigImpl.h"
|
||||
#include "Ikev2/Utility.h"
|
||||
|
||||
IKE_EXCHANGE_INTERFACE *mIkeExchange[] = {
|
||||
&mIkev1Exchange,
|
||||
|
Reference in New Issue
Block a user