Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.

This commit is contained in:
Michael Brown
2007-11-21 03:57:30 +00:00
parent 26f3a09ccf
commit 8d18338ae7
2 changed files with 31 additions and 10 deletions

View File

@@ -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