]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h
NetworkPkg: Add the unspecified address check for DNS6 StationIp.
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiConfigNVDataStruc.h
index 211b4ab03438be910322ef0c14207c5f3b90fe9b..56ebb503c00b0cab130c97805be7f5718eea650f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Define NVData structures used by the iSCSI configuration component.\r
 \r
-Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,10 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _ISCSI_NVDATASTRUC_H_\r
 #define _ISCSI_NVDATASTRUC_H_\r
 \r
-#define ISCSI_CONFIG_GUID \\r
-  { \\r
-    0x6456ed61, 0x3579, 0x41c9, { 0x8a, 0x26, 0x0a, 0x0b, 0xd6, 0x2b, 0x78, 0xfc } \\r
-  }\r
+#include <Guid/IScsiConfigHii.h>\r
 \r
 #define VAR_EQ_TEST_NAME          0x100\r
 #define CONFIGURATION_VARSTORE_ID 0x6666\r
@@ -71,8 +68,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define LUN_MIN_SIZE              1\r
 #define LUN_MAX_SIZE              20\r
 \r
-#define ISCSI_CHAP_UNI            1\r
-#define ISCSI_CHAP_MUTUAL         2\r
+#define ISCSI_CHAP_UNI            0\r
+#define ISCSI_CHAP_MUTUAL         1\r
 \r
 #define TARGET_PORT_MIN_NUM       0\r
 #define TARGET_PORT_MAX_NUM       65535\r
@@ -102,12 +99,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define KEY_IGNORE_DELETE_ATTEMPT 0x115\r
 #define KEY_DELETE_ATTEMPT        0x116\r
 \r
-#define KEY_KERBEROS_USER_NAME    0x117\r
-#define KEY_KERBEROS_USER_SECRET  0x118\r
-#define KEY_KERBEROS_KDC_NAME     0x119\r
-#define KEY_KERBEROS_KDC_REALM    0x11a\r
-#define KEY_KERBEROS_KDC_IP_ADDR  0x11b\r
-\r
 #define KEY_IP_MODE               0x11c\r
 #define KEY_AUTH_TYPE             0x11d\r
 #define KEY_CONFIG_ISID           0x11e\r