mirror of
https://github.com/ipxe/ipxe
synced 2026-01-04 02:42:06 +03:00
Add UUID to DHCP request as option 97 (if available).
This commit is contained in:
@@ -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