]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
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>

No differences found