From: Zhang, Lubo Date: Thu, 6 Apr 2017 08:58:09 +0000 (+0800) Subject: NetworkPkg: Fix bug related DAD issue in IP6 driver. X-Git-Tag: edk2-stable201903~4136 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=52cad7d0d8e0ec94ca6152f9f7c56f48ca15825e;hp=52cad7d0d8e0ec94ca6152f9f7c56f48ca15825e;p=mirror_edk2.git NetworkPkg: Fix bug related DAD issue in IP6 driver. If we set PXEv6 as the first boot option and reboot immediately after the first successful boot, it will assert. the root cause is when we set the policy from manual to automatic in PXE driver, the ip6 Configure item size is already set to zero and other structures are also released, So it is not needed to perform DAD call back function which is invoked by Ip6ConfigSetMaunualAddress. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo Cc: Wu Jiaxin Cc: Ye Ting Cc: Fu Siyuan Reviewed-by: Jiaxin Wu ---