summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-11-21 04:57:30 +0100
committerMichael Brown2007-11-21 04:57:30 +0100
commit8d18338ae705993355214873625b2fd22a55e075 (patch)
treec3a452d877a0e9f62936a082794e48a757feef02 /src/include
parentAdd UUID to DHCP request as option 97 (if available). (diff)
downloadipxe-8d18338ae705993355214873625b2fd22a55e075.tar.gz
ipxe-8d18338ae705993355214873625b2fd22a55e075.tar.xz
ipxe-8d18338ae705993355214873625b2fd22a55e075.zip
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/dhcp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h
index e126e5ff..b5923fd2 100644
--- a/src/include/gpxe/dhcp.h
+++ b/src/include/gpxe/dhcp.h
@@ -135,6 +135,12 @@ struct job_interface;
*/
#define DHCP_BOOTFILE_NAME 67
+/** Client system architecture */
+#define DHCP_CLIENT_ARCHITECTURE 93
+
+/** Client network device interface */
+#define DHCP_CLIENT_NDI 94
+
/** UUID client identifier */
#define DHCP_CLIENT_UUID 97