浏览代码

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.
tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
6a91a03409
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      src/include/gpxe/dhcp.h

+ 12
- 0
src/include/gpxe/dhcp.h 查看文件

@@ -113,6 +113,9 @@
113 113
 /** Vendor class identifier */
114 114
 #define DHCP_VENDOR_CLASS_ID 60
115 115
 
116
+/** Client identifier */
117
+#define DHCP_CLIENT_ID 61
118
+
116 119
 /** TFTP server name
117 120
  *
118 121
  * This option replaces the fixed "sname" field, when that field is
@@ -185,6 +188,15 @@
185 188
  */
186 189
 #define DHCP_EB_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbf )
187 190
 
191
+/** iSCSI primary target IQN */
192
+#define DHCP_ISCSI_PRIMARY_TARGET_IQN 201
193
+
194
+/** iSCSI secondary target IQN */
195
+#define DHCP_ISCSI_SECONDARY_TARGET_IQN 202
196
+
197
+/** iSCSI initiator IQN */
198
+#define DHCP_ISCSI_INITIATOR_IQN 203
199
+
188 200
 /** Maximum normal DHCP option */
189 201
 #define DHCP_MAX_OPTION 254
190 202
 

正在加载...
取消
保存