1. Update DHCPv6 to use DUID-UUID option

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12018 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhuan13
2011-07-14 11:29:47 +00:00
parent 57b301b569
commit 33c09637c6
3 changed files with 93 additions and 46 deletions

View File

@@ -166,7 +166,8 @@ Dhcp6CreateService (
);
//
// Generate client Duid in the format of Duid-llt.
// Generate client Duid: If SMBIOS system UUID is located, generate DUID in DUID-UUID format.
// Otherwise, in DUID-LLT format.
//
Dhcp6Srv->ClientId = Dhcp6GenerateClientId (Dhcp6Srv->Snp->Mode);