From 6ef7ef9d83bf3f0d80077253b1579a0fbb65fb2a Mon Sep 17 00:00:00 2001 From: hhuan13 Date: Wed, 1 Dec 2010 07:08:40 +0000 Subject: Sync r11060 fix from trunk git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010@11113 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c index 0b7cf1f947..d72e62b6a9 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c @@ -256,9 +256,8 @@ PxeBcExtractBootFileUrl ( // // - // Based upon RFC 5970 and UEFI errata that will appear in chapter 21.3 of UEFI 2.3 - // specification after 2.3 errata B and future UEFI Specifications after 2.3. - // tftp://[SERVER_ADDRESS]/BOOTFILE_NAME + // Based upon RFC 5970 and UEFI 2.3 Errata D specification, bootfile-url format + // is tftp://[SERVER_ADDRESS]/BOOTFILE_NAME // As an example where the BOOTFILE_NAME is the EFI loader and // SERVER_ADDRESS is the ASCII encoding of an IPV6 address. // -- cgit