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

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