]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg: Remove ping6 and ifconfig shell application.
authorFu Siyuan <siyuan.fu@intel.com>
Tue, 17 Oct 2017 13:05:59 +0000 (21:05 +0800)
committerFu Siyuan <siyuan.fu@intel.com>
Mon, 23 Oct 2017 01:01:57 +0000 (09:01 +0800)
commitb9e5df433641dfe7c597bfb7b15f2cce64e01e5b
tree11cc4a2b554afbd5822a30a8c262e45da4ea5c6c
parent5ce99ab99e00aa20231b2b6bff734a1efb001ef6
NetworkPkg: Remove ping6 and ifconfig shell application.

Edk2 has duplicated ping6/ifconfig6 implementation in NetworkPkg and ShellPkg.
The usage and parameter format of these 2 versions are exactly same. These two
commands have been added to Shell specification so the copy under
  ShellPkg\Library\UefiShellNetwork2CommandsLib\
will be actively maintained in future.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
16 files changed:
NetworkPkg/Application/IfConfig6/IfConfig6.c [deleted file]
NetworkPkg/Application/IfConfig6/IfConfig6.h [deleted file]
NetworkPkg/Application/IfConfig6/IfConfig6.inf [deleted file]
NetworkPkg/Application/IfConfig6/IfConfig6.uni [deleted file]
NetworkPkg/Application/IfConfig6/IfConfig6Extra.uni [deleted file]
NetworkPkg/Application/IfConfig6/IfConfig6Strings.uni [deleted file]
NetworkPkg/Application/Ping6/Ia32/Tsc.c [deleted file]
NetworkPkg/Application/Ping6/Ipf/Itc.c [deleted file]
NetworkPkg/Application/Ping6/Ping6.c [deleted file]
NetworkPkg/Application/Ping6/Ping6.h [deleted file]
NetworkPkg/Application/Ping6/Ping6.inf [deleted file]
NetworkPkg/Application/Ping6/Ping6.uni [deleted file]
NetworkPkg/Application/Ping6/Ping6Extra.uni [deleted file]
NetworkPkg/Application/Ping6/Ping6Strings.uni [deleted file]
NetworkPkg/Application/Ping6/X64/Tsc.c [deleted file]
NetworkPkg/NetworkPkg.dsc