diff options
| author | Michael Brown | 2007-11-21 04:57:30 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-11-21 04:57:30 +0100 |
| commit | 8d18338ae705993355214873625b2fd22a55e075 (patch) | |
| tree | c3a452d877a0e9f62936a082794e48a757feef02 /src/include | |
| parent | Add UUID to DHCP request as option 97 (if available). (diff) | |
| download | ipxe-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index e126e5ff4..b5923fd20 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 |
