From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) (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 4DE7581E6D for ; Mon, 7 Nov 2016 00:40:52 -0800 (PST) Received: from HEGDENAG9.asiapacific.hpqcorp.net (hegdenag9.asiapacific.hpqcorp.net [16.154.154.191]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 9C5A868; Mon, 7 Nov 2016 08:40:52 +0000 (UTC) From: hegdenag To: edk2-devel@lists.01.org Cc: jiaxin.wu@intel.com, jaben.carsey@intel.com, ruiyu.ni@intel.com, sriram-s@hpe.com Date: Mon, 7 Nov 2016 14:10:48 +0530 Message-Id: <20161107084048.19992-1-nagaraj-p.hegde@hpe.com> X-Mailer: git-send-email 2.8.3.windows.1 Subject: [PATCH v1 1/1] ShellPkg/Ping6: Add a note in help for TargetIp 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: Mon, 07 Nov 2016 08:40:52 -0000 'Ping6 TargetIp' is a valid command input but we bail out when TargetIp is a link local address because we would want the user to specify the NIC (via SourceIp) through which he/she would want to ping to TargetIp. This patch updates the help text to mention the same. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hegde Nagaraj P --- ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni index 8f27e27..5adc5b5 100644 --- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni +++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni @@ -99,6 +99,8 @@ " -n count Send request count, (default=10, min=1, max=10000).\r\n" " -s SourceIp Source IPv6 address.\r\n" " TargetIp Target IPv6 address.\r\n" +"NOTES:\r\n" +" 1. When TargetIp is a link local address, SourceIp needs to be specified.\r\n" ".SH EXAMPLES\r\n" " \r\n" "Examples:\r\n" -- 2.8.3.windows.1