]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
1. Update PXE driver to support PXEv6 boot cross subnet.
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcBoot.c
index 84031e40e05f65c24a3c03855dd443a8a1004f98..253115308e8159d9f38ef773148b4acace8d7f57 100644 (file)
@@ -632,6 +632,14 @@ PxeBcDhcp6BootInfo (
     return Status;\r
   }\r
 \r
+  //\r
+  // Set the station address to IP layer.\r
+  //\r
+  Status = PxeBcSetIp6Address (Private);\r
+  if (EFI_ERROR (Status)) {\r
+    return Status;\r
+  }\r
+  \r
   //\r
   // Parse the value of boot file size.\r
   //\r