Fix issue that node is still reachable after executing ifconfig –c.
Signed-off-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ouyang Qian <qian.ouyang@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13940 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -87,7 +87,8 @@ IP4_CONFIG_INSTANCE mIp4ConfigTemplate = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
TRUE
|
||||
TRUE,
|
||||
FALSE
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user