Add UUID to DHCP request as option 97 (if available).

This commit is contained in:
Michael Brown
2007-11-21 03:29:53 +00:00
parent 899f5b8ab2
commit 26f3a09ccf
5 changed files with 30 additions and 0 deletions

View File

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

View File

@@ -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) */