mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Add UUID to DHCP request as option 97 (if available).
This commit is contained in:
@@ -135,6 +135,9 @@ struct job_interface;
|
||||
*/
|
||||
#define DHCP_BOOTFILE_NAME 67
|
||||
|
||||
/** UUID client identifier */
|
||||
#define DHCP_CLIENT_UUID 97
|
||||
|
||||
/** Etherboot-specific encapsulated options
|
||||
*
|
||||
* This encapsulated options field is used to contain all options
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
union uuid;
|
||||
#include <bits/uuid.h>
|
||||
|
||||
/** A universally unique ID */
|
||||
union uuid {
|
||||
/** Canonical form (00000000-0000-0000-0000-000000000000) */
|
||||
|
||||
Reference in New Issue
Block a user