]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/Ping6/Ping6Strings.uni
NetworkPkg: Remove ping6 and ifconfig shell application.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6Strings.uni
diff --git a/NetworkPkg/Application/Ping6/Ping6Strings.uni b/NetworkPkg/Application/Ping6/Ping6Strings.uni
deleted file mode 100644 (file)
index e4ab19f..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/** @file\r
-  String definitions for the Shell Ping6 application.\r
-\r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
-\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-#langdef en-US "English"\r
-\r
-#string STR_PING6_INVALID_IP               #language en-US  "%Ping6: Invalid IP6 address, %s\n"\r
-#string STR_PING6_INVALID_INPUT            #language en-US  "%Ping6: Invalid input, please type 'Ping6 -?'for help\n"\r
-#string STR_PING6_INVALID_SEND_NUMBER      #language en-US  "%Ping6: Invalid send number, %s\n"\r
-#string STR_PING6_INVALID_BUFFER_SIZE      #language en-US  "%Ping6: Invalid buffer size, %s\n"\r
-#string STR_PING6_INVALID_SOURCE           #language en-US  "%Ping6: Require source interface option\n"\r
-#string STR_PING6_IP6_CONFIG               #language en-US  "%Ping6: Ip6->Config %r\n"\r
-#string STR_PING6_IP6_GETMODE              #language en-US  "%Ping6: Ip6->GetModeData %r\n"\r
-#string STR_PING6_IP6CFG_GETDATA           #language en-US  "%Ping6: Ip6Config->GetData %r\n"\r
-#string STR_PING6_SEND_REQUEST             #language en-US  "Echo request sequence %d fails.\n"\r
-#string STR_PING6_SOURCE_NOT_FOUND         #language en-US  "Source %s not found.\n"\r
-#string STR_PING6_NOSOURCE_INDOMAIN        #language en-US  "No sources in %s's multicast domain.\n"\r
-#string STR_PING6_START                    #language en-US  "Ping %s %d data bytes\n\n"\r
-#string STR_PING6_TIMEOUT                  #language en-US  "Echo request sequence %d timeout.\n"\r
-#string STR_PING6_REPLY_INFO               #language en-US  "%d bytes from %s : icmp_seq=%d ttl=%d time%c%dms\n"\r
-#string STR_PING6_STAT                     #language en-US  "\n%d packets transmitted, %d received, %d%% packet loss, time %dms\n"\r
-#string STR_PING6_RTT                      #language en-US  "\nRtt(round trip time) min=%dms max=%dms avg=%dms\n"\r
-#string STR_PING6_LINE_HELP                #language en-US  "Ping a target machine with UEFI IPv6 network stack"\r
-\r
-#string STR_PING6_HELP                     #language en-US ""\r
-".TH Ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"\r
-".SH NAME\r\n"\r
-"Ping a target machine with UEFI IPv6 network stack.\r\n"\r
-".SH SYNOPSIS\r\n"\r
-" \r\n"\r
-"Ping6 [-l size] [-n count] [-s SourceIp] TargetIp\r\n"\r
-".SH OPTIONS\r\n"\r
-" \r\n"\r
-"  -l size     Send buffer size, in bytes(default=16, min=16, max=32768).\r\n"\r
-"  -n count    Send request count, (default=10, min=1, max=10000).\r\n"\r
-"  -s SourceIp Source IPv6 address.\r\n"\r
-"  TargetIp    Target IPv6 address.\r\n"\r
-".SH EXAMPLES\r\n"\r
-" \r\n"\r
-"Examples:\r\n"\r
-"  Ping6 -s 2002::1 2002::2 -l 1000 -n 5\r\n"\r
-"  Ping6 2002::2 -l 1000\r\n"\r