NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.
The last 3 bytes of ISID should be able to changed by setting the keyword with a value with length 6 (only last 3 bytes) or 12 (full ISID) according to the keyword definition in UEFI configuration namespace website. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
This commit is contained in:
@@ -952,7 +952,7 @@ IScsiCreateKeywords (
|
||||
CONFIGURATION_VARSTORE_ID,
|
||||
(UINT16) (ATTEMPT_ISID_VAR_OFFSET + sizeof (KEYWORD_STR) * (Index - 1)),
|
||||
StringToken,
|
||||
StringToken,
|
||||
STRING_TOKEN (STR_ISCSI_ISID_HELP),
|
||||
0,
|
||||
0,
|
||||
ISID_CONFIGURABLE_MIN_LEN,
|
||||
|
Reference in New Issue
Block a user