]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
NetworkPkg: Abort the PXE process if DHCP has been started by other instance.
authorFu Siyuan <siyuan.fu@intel.com>
Tue, 2 Jan 2018 03:41:24 +0000 (11:41 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Thu, 4 Jan 2018 01:07:16 +0000 (09:07 +0800)
commit6a4eed9bad1c4fc08df5cf36eed0998417db43c3
tree16abb09b9a2813a5d4db73806589901b8c100b9c
parente4fb8f1d313858bd5e415725e65e65679f2b05a0
NetworkPkg: Abort the PXE process if DHCP has been started by other instance.

PXE need to use extended DHCP options and check received offers in callback
function, so there is no need to continue the PXE process if DHCP driver has
been started by other instance but not PXE driver itself.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Sriram Subramanian <sriram-s@hpe.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c