mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user