<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni, branch trunk</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2024-06-04T03:43:08+00:00</updated>
<entry>
<title>Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305b</title>
<updated>2024-06-04T03:43:08+00:00</updated>
<author>
<name>kx</name>
<email>kx@radix.pro</email>
</author>
<published>2024-06-04T03:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7e2ccccace24636f29ddc210b94606abd4c7e42b'/>
<id>urn:sha1:7e2ccccace24636f29ddc210b94606abd4c7e42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ShellPkg: Improve "ping" output by adding equals sign after time</title>
<updated>2023-03-06T02:41:00+00:00</updated>
<author>
<name>Rebecca Cran</name>
<email>quic_rcran@quicinc.com</email>
</author>
<published>2022-12-01T21:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=fc14c809cb982f3c8cb3429604262cde0cb264a9'/>
<id>urn:sha1:fc14c809cb982f3c8cb3429604262cde0cb264a9</id>
<content type='text'>
The output of the "ping" command shows the time without a space between
the label and the value. e.g.:

20 bytes from 192.168.0.1 : icmp_seq=1 ttl=1 time1~2ms

Improve the readability and consistency by adding an equals sign for the
time value:

20 bytes from 192.168.0.1 : icmp_seq=1 ttl=1 time=1~2ms

Signed-off-by: Rebecca Cran &lt;rebecca@quicinc.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Replace BSD License with BSD+Patent License</title>
<updated>2019-04-09T17:58:25+00:00</updated>
<author>
<name>Michael D Kinney</name>
<email>michael.d.kinney@intel.com</email>
</author>
<published>2019-04-03T23:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=56ba37463a5ffa44df1c5741184ba0594fadbeba'/>
<id>urn:sha1:56ba37463a5ffa44df1c5741184ba0594fadbeba</id>
<content type='text'>
https://bugzilla.tianocore.org/show_bug.cgi?id=1373

Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:

  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

RFCs with detailed process for the license change:

  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney &lt;michael.d.kinney@intel.com&gt;
Reviewed-by: Ray Ni &lt;ray.ni@intel.com&gt;
Reviewed-by: Jaben Carsey &lt;jaben.carsey@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Add error message if failed to place receive token in ping command.</title>
<updated>2017-11-16T06:07:31+00:00</updated>
<author>
<name>Fu Siyuan</name>
<email>siyuan.fu@intel.com</email>
</author>
<published>2017-11-15T04:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=5d8aa7eb6f8f4ba6c0f06c16aed1347861c44d24'/>
<id>urn:sha1:5d8aa7eb6f8f4ba6c0f06c16aed1347861c44d24</id>
<content type='text'>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
Reviewed-by: Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
Reviewed-by: Ye Ting &lt;ting.ye@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/Ifconfig6: Update error message and add a new line</title>
<updated>2017-09-12T08:41:08+00:00</updated>
<author>
<name>hegdenag</name>
<email>nagaraj-p.hegde@hpe.com</email>
</author>
<published>2017-08-01T05:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=1f4807074005a43dc01eca8f1a1d4884fdf9d8a9'/>
<id>urn:sha1:1f4807074005a43dc01eca8f1a1d4884fdf9d8a9</id>
<content type='text'>
If DAD failed, we print "It failed to set", print the IPv6
address and exit. We need a better error string
and also, after printing the IPv6 address, we need a new line
else the Shell&gt; prompt will overwrite the IPv6 address. Fixed
these issues in this patch.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hegde Nagaraj P &lt;nagaraj-p.hegde@hpe.com&gt;
Reviewed-by: Sriram Subramanian &lt;sriram-s@hpe.com&gt;
Reviewed-by: Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Add error prompt message in Ifconfig6 command.</title>
<updated>2016-12-06T10:37:50+00:00</updated>
<author>
<name>Zhang Lubo</name>
<email>lubo.zhang@intel.com</email>
</author>
<published>2016-11-29T01:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=445d200762cfea40d8123e9eda436dab96789f4f'/>
<id>urn:sha1:445d200762cfea40d8123e9eda436dab96789f4f</id>
<content type='text'>
v2: update the prompt message more readable.

It should display error prompt message when Ifconfig6 can
not configure correctly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo &lt;lubo.zhang@intel.com&gt;
Cc: Ye Ting &lt;ting.ye@intel.com&gt;
Cc: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
Cc: Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
Reviewed by : Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
Reviewed-by: Ye Ting &lt;ting.ye@intel.com&gt;
Reviewed-by: Hegde Nagaraj P &lt;nagaraj-p.hegde@hpe.com&gt;
Reviewed-by: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: update ping6 to use timer service instead of timer arch protocol .</title>
<updated>2016-11-23T06:01:32+00:00</updated>
<author>
<name>Zhang Lubo</name>
<email>lubo.zhang@intel.com</email>
</author>
<published>2016-11-08T09:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=825f09b7621624b7ce68a629371ea64a26560cfb'/>
<id>urn:sha1:825f09b7621624b7ce68a629371ea64a26560cfb</id>
<content type='text'>
This patch update the shell ping command to use timer service to calculate the
RTT time, instead of using the timer arch protocol.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo &lt;lubo.zhang@intel.com&gt;
Cc: Ni Ruiyu &lt;ruiyu.ni@intel.com&gt;
Cc: Ye Ting &lt;ting.ye@intel.com&gt;
Cc: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
Reviewed-by: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/Ping6: Add a note in help for TargetIp</title>
<updated>2016-11-07T18:21:59+00:00</updated>
<author>
<name>hegdenag</name>
<email>nagaraj-p.hegde@hpe.com</email>
</author>
<published>2016-11-07T08:40:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=d66f85cb5eed5c218d822204897a78bab53fc157'/>
<id>urn:sha1:d66f85cb5eed5c218d822204897a78bab53fc157</id>
<content type='text'>
'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 &lt;nagaraj-p.hegde@hpe.com&gt;
Reviewed-by: Jaben Carsey &lt;jaben.carsey@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/Ifconfig6: Handle memory allocation failure</title>
<updated>2016-07-18T03:04:19+00:00</updated>
<author>
<name>Ruiyu Ni</name>
<email>ruiyu.ni@intel.com</email>
</author>
<published>2016-07-13T09:41:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=a915fea68e6bea900755f85e81cdc1070b9f3dc6'/>
<id>urn:sha1:a915fea68e6bea900755f85e81cdc1070b9f3dc6</id>
<content type='text'>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni &lt;ruiyu.ni@intel.com&gt;
Reviewed-by: Jaben Carsey &lt;jaben.carsey@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Fix issue about Ifconfig6 -r command.</title>
<updated>2016-07-15T06:45:55+00:00</updated>
<author>
<name>Zhang Lubo</name>
<email>lubo.zhang@intel.com</email>
</author>
<published>2016-07-14T02:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=e2f5c491d8749c88cbf56168a3493d70ff19a382'/>
<id>urn:sha1:e2f5c491d8749c88cbf56168a3493d70ff19a382</id>
<content type='text'>
Follow the Shell Spec, when the interface name is Specified,
we need to refresh the Ipv6 configuration.

Cc: Hegde Nagaraj P &lt;nagaraj-p.hegde@hpe.com&gt;
Cc: Ye Ting &lt;ting.ye@intel.com&gt;
Cc: Fu Siyuan &lt;siyuan.fu@intel.com&gt;
Cc: Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo &lt;lubo.zhang@intel.com&gt;
Reviewed-by: Hegde Nagaraj P &lt;nagaraj-p.hegde@hpe.com&gt;
Reviewed-by: Sriram Subramanian &lt;sriram-s@hpe.com&gt;
Reviewed-by: Jaben Carsey &lt;jaben.carsey@intel.com&gt;
Reviewed-By: Wu Jiaxin &lt;jiaxin.wu@intel.com&gt;
</content>
</entry>
</feed>
