public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 1/1] ShellPkg/Ping6: Add a note in help for TargetIp
@ 2016-11-07  8:40 hegdenag
  2016-11-07 18:22 ` Carsey, Jaben
  2016-11-08  0:25 ` Wu, Jiaxin
  0 siblings, 2 replies; 3+ messages in thread
From: hegdenag @ 2016-11-07  8:40 UTC (permalink / raw)
  To: edk2-devel; +Cc: jiaxin.wu, jaben.carsey, ruiyu.ni, sriram-s

'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 <nagaraj-p.hegde@hpe.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-08  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-07  8:40 [PATCH v1 1/1] ShellPkg/Ping6: Add a note in help for TargetIp hegdenag
2016-11-07 18:22 ` Carsey, Jaben
2016-11-08  0:25 ` Wu, Jiaxin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox