mirror of https://github.com/ipxe/ipxe.git
Added options listed in
http://www.microsoft.com/whdc/winlogo/hwrequirements.mspx as required for iSCSI boot. Note that options 204-206 are listed in the document but don't seem to be defined anywhere on the web.pull/1/head
parent
c6060a8fea
commit
6a91a03409
|
@ -113,6 +113,9 @@
|
||||||
/** Vendor class identifier */
|
/** Vendor class identifier */
|
||||||
#define DHCP_VENDOR_CLASS_ID 60
|
#define DHCP_VENDOR_CLASS_ID 60
|
||||||
|
|
||||||
|
/** Client identifier */
|
||||||
|
#define DHCP_CLIENT_ID 61
|
||||||
|
|
||||||
/** TFTP server name
|
/** TFTP server name
|
||||||
*
|
*
|
||||||
* This option replaces the fixed "sname" field, when that field is
|
* This option replaces the fixed "sname" field, when that field is
|
||||||
|
@ -185,6 +188,15 @@
|
||||||
*/
|
*/
|
||||||
#define DHCP_EB_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbf )
|
#define DHCP_EB_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbf )
|
||||||
|
|
||||||
|
/** iSCSI primary target IQN */
|
||||||
|
#define DHCP_ISCSI_PRIMARY_TARGET_IQN 201
|
||||||
|
|
||||||
|
/** iSCSI secondary target IQN */
|
||||||
|
#define DHCP_ISCSI_SECONDARY_TARGET_IQN 202
|
||||||
|
|
||||||
|
/** iSCSI initiator IQN */
|
||||||
|
#define DHCP_ISCSI_INITIATOR_IQN 203
|
||||||
|
|
||||||
/** Maximum normal DHCP option */
|
/** Maximum normal DHCP option */
|
||||||
#define DHCP_MAX_OPTION 254
|
#define DHCP_MAX_OPTION 254
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue