]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix default VENDOR_CLASS in DHCP discover.
authorLarry Cleeton <lcleeton@microsoft.com>
Fri, 25 Apr 2014 06:54:56 +0000 (06:54 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Apr 2014 06:54:56 +0000 (06:54 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Larry Cleeton <lcleeton@microsoft.com>
Reviewed-by: Ye, Ting <ting.ye@intel.com>
Reviewed-by: Fu, Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15488 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h

index ee519d9ee2724261d2396e5eec883e2708ab1145..8e4e101806b4e8875b3e9082b2a9de164f4f4b6c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions declaration related with DHCPv4 for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -127,7 +127,7 @@ typedef enum {
 \r
 #define BIT(x)                (1 << x)\r
 #define CTRL(x)               (0x1F & (x))\r
-#define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:?????:????:??????"\r
+#define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:xxxxx:UNDI:003000"\r
 #define DEFAULT_UNDI_TYPE     1\r
 #define DEFAULT_UNDI_MAJOR    3\r
 #define DEFAULT_UNDI_MINOR    0\r