From 048e530ad73bed4d85ed50a5f727a6f4febc4dce Mon Sep 17 00:00:00 2001 From: Ye Ting Date: Fri, 25 Sep 2015 06:07:27 +0000 Subject: NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO target The patch fixes iSCSI driver can't reinstate itself when configured in AutoConfigure mode and IPv6 stack is actually used. The issue occurs when iSCSI driver communicates with iSCSI LIO target in IPv6 path and the target sends back TCP FIN packets randomly. (Sync patch r18546 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ye Ting Reviewed-by: Fu siyuan Reviewed-by: Wu jiaxin git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@18548 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/IScsiDxe/IScsiConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NetworkPkg/IScsiDxe/IScsiConfig.h') diff --git a/NetworkPkg/IScsiDxe/IScsiConfig.h b/NetworkPkg/IScsiDxe/IScsiConfig.h index 7fd18a0ae2..daa0d34382 100644 --- a/NetworkPkg/IScsiDxe/IScsiConfig.h +++ b/NetworkPkg/IScsiDxe/IScsiConfig.h @@ -2,7 +2,7 @@ The header file of functions for configuring or getting the parameters relating to iSCSI. -Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -78,7 +78,7 @@ struct _ISCSI_ATTEMPT_CONFIG_NVDATA { union { ISCSI_CHAP_AUTH_CONFIG_NVDATA CHAP; } AuthConfigData; - + BOOLEAN AutoConfigureSuccess; }; /// -- cgit v1.2.3