From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6E90A8215E for ; Wed, 22 Feb 2017 21:31:00 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 22 Feb 2017 21:31:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,197,1484035200"; d="scan'208";a="937113010" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.239.196.105]) by orsmga003.jf.intel.com with ESMTP; 22 Feb 2017 21:30:58 -0800 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Hegde Nagaraj P , Subramanian Sriram , Ye Ting , Fu Siyuan , Wu Jiaxin Date: Thu, 23 Feb 2017 13:30:55 +0800 Message-Id: <1487827857-38844-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [Patch 0/2] Ignore duplicated DNS address check X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 05:31:00 -0000 Having duplicated DNS server IPs specified is not an ideal configuration, but not an error condition. This patch is to remove the duplicated DNS address check to allow the same DNS address setting in SetData(). Cc: Hegde Nagaraj P Cc: Subramanian Sriram Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (2): MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address check NetworkPkg/Ip6Dxe: Ignore duplicated DNS address check MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c | 10 ---------- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c | 10 ---------- 2 files changed, 20 deletions(-) -- 1.9.5.msysgit.1