]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/IpsecConfig/IpSecConfigStrings.uni
NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZE
[mirror_edk2.git] / NetworkPkg / Application / IpsecConfig / IpSecConfigStrings.uni
index 2c342d38cdf2c57aadd92714f644d8d3b7bfd19d..bd7f54632707621f61f069b3342dd0ea7a59e2bc 100644 (file)
 \r
 #string STR_IPSEC_CONFIG_INSERT_UNSUPPORT           #language en-US  "%s: Policy entry insertion not supported!\n"\r
 \r
-#string STR_IPSEC_CONFIG_LINE_HELP                  #language en-US  "Displays or modifies the IPsec configuration"\r
-\r
-#string STR_IPSEC_CONFIG_HELP                       #language en-US  "Displays or modifies the current IPsec configuration.\n"\r
-                                                                     "%HUsage: IpSecConfig [-p {SPD|SAD|PAD}] [command] [options[parameters]]%N\n"\r
-                                                                     "\n"\r
-                                                                     "%H-p (SPD|SAD|PAD)%N                   required.point to certain policy database.\n"\r
-                                                                     "%Hcommand%N:\n"\r
-                                                                     "  -a [options[parameters]]         Add new policy entry.\n"\r
-                                                                     "  -i entryid [options[parameters]] Insert new policy entry before the one\n"\r
-                                                                     "                                   matched by the entryid.\n"\r
-                                                                     "                                   It's only supported on SPD policy database.\n"\r
-                                                                     "  -d entryid                       Delete the policy entry matched by the \n"\r
-                                                                     "                                   entryid.\n"\r
-                                                                     "  -e entryid [options[parameters]] Edit the policy entry matched by the\n"\r
-                                                                     "                                   entryid.\n"\r
-                                                                     "  -f                               Flush the entire policy database.\n"\r
-                                                                     "  -l                               List all entries for specified database.\n"\r
-                                                                     "  -enable                          Enable IPsec.\n"\r
-                                                                     "  -disable                         Disable IPsec.\n"\r
-                                                                     "  -status                          Show IPsec current status.\n"\r
-                                                                     "%H[options[parametes]]%N               depend on the type of policy database.Type\n "\r
-                                                                     "                                  'IpSecConfig -p'followed by the database \n"\r
-                                                                     "                                   name, and then type ' -?'.\n"\r
-                                                                     "                                   e.g.: 'IpSecConfig -p SPD -?'\n"\r
-\r
-#string STR_IPSEC_CONFIG_SPD_HELP                   #language en-US  "Explain the %H[options[parametes]%N for %HSPD%N\n"\r
-                                                                     "\n"\r
-                                                                     "%H[options[parameters]]%N:\n"\r
-                                                                     "  --local localaddress               optional local address\n"\r
-                                                                     "  --remote remoteaddress             required remote address\n"\r
-                                                                     "  --proto (TCP|UDP|ICMP|...)         required IP protocol\n"\r
-                                                                     "  --local-port port                  optional local port for tcp/udp protocol\n"\r
-                                                                     "  --remote-port port                 optional remote port for tcp/udp protocol\n"\r
-                                                                     "  --name name                        optional SPD name\n"\r
-                                                                     "  --action (Bypass|Discard|Protect)  required \n"\r
-                                                                     "                                     required IPsec action\n"\r
-                                                                     "  --mode (Transport|Tunnel)          optional IPsec mode, transport by default\n"\r
-                                                                     "  --ipsec-proto (AH|ESP)             optional IPsec protocol, ESP by default\n"\r
-                                                                     "  --auth-algo (NONE|SHA1HMAC)        optional authentication algorithm\n"\r
-                                                                     "  --encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\n"\r
-                                                                     "  --tunnel-local tunnellocaladdr     optional tunnel local address(only for tunnel mode)\n"\r
-                                                                     "  --tunnel-remote tunnelremoteaddr   optional tunnel remote address(only for tunnel mode)\n"\r
-                                                                     "\n"\r
-\r
-#string STR_IPSEC_CONFIG_SAD_HELP                   #language en-US  "Explain the %H[options[parameters]]%N for %HSAD%N\n"\r
-                                                                     "\n"\r
-                                                                     "%H[options[parameters]]%N:\n"\r
-                                                                     "  --spi  spi                            required SPI value\n"\r
-                                                                     "  --ipsec-proto   (AH|ESP)              required IPsec protocol\n"\r
-                                                                     "  --local         localaddress          optional local address\n"\r
-                                                                     "  --remote        remoteaddress         required destination address\n"\r
-                                                                     "  --auth-algo     (NONE|SHA1HMAC)       required for AH. authentication algorithm\n"\r
-                                                                     "  --auth-key      key                   required for AH. key for authentication\n"\r
-                                                                     "  --encrypt-algo  (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\n"\r
-                                                                     "  --encrypt-key   key                   required for ESP. key for encryption\n"\r
-                                                                     "  --mode          (Transport|Tunnel)    optional IPsec mode, transport by default\n"\r
-                                                                     "  --tunnel-dest   tunneldestaddr        optional tunnel destination address(only for tunnel mode)\n"\r
-                                                                     "  --tunnel-source tunnelsourceaddr      optional tunnel source address(only for tunnel mode)\n"\r
-                                                                     "\n"\r
-\r
-#string STR_IPSEC_CONFIG_PAD_HELP                   #language en-US  "Explain the %H[options[parameters]]%N for %HPAD%N\n"\r
-                                                                     "\n"\r
-                                                                     "%H[options[parameters]]%N:\n"\r
-                                                                     "  --peer-address address                        required peer address\n"\r
-                                                                     "  --auth-proto (IKEv1|IKEv2)                    optional IKE protocol, IKEv1 by\n"\r
-                                                                     "                                                default\n"\r
-                                                                     "  --auth-method (PreSharedSecret|Certificates)  required authentication method\n"\r
-                                                                     "  --auth-data  authdata                         required data for authentication\n"\r
-                                                                     "\n"\r
-\r
 #string STR_IPSEC_MISTAKEN_OPTIONS                  #language en-US  "Mistaken Input. Please refer to %H"IpSecConfig -?"%N for more help information.\n"\r
 \r
 #string STR_IPSEC_REDUNDANCY_MANY                   #language en-US  "%s has one redundancy option: %H%s%N\n"\r
 \r
 #string STR_IPSEC_CONFIG_DISABLE_FAILED             #language en-US  "Error: Disable IPsec failed !\n"\r
 \r
+#string STR_IPSEC_CONFIG_HELP                 #language en-US    ""\r
+".TH IpSecConfig 0 "Displays or modifies the current IPsec configuration."\r\n"\r
+".SH NAME\r\n"\r
+"Displays or modifies the current IPsec configuration.\r\n"\r
+".SH SYNOPSIS\r\n"\r
+" \r\n"\r
+"%HIpSecConfig [-p {SPD|SAD|PAD}] [command] [options[parameters]]\r\n"\r
+".SH OPTIONS\r\n"\r
+" \r\n"\r
+"%H-p (SPD|SAD|PAD)%N                   required.point to certain policy database.\r\n"\r
+" \r\n"\r
+"%Hcommand%N:\r\n"\r
+"  -a [options[parameters]]         Add new policy entry.\r\n"\r
+"  -i entryid [options[parameters]] Insert new policy entry before the one\r\n"\r
+"                                   matched by the entryid.\r\n"\r
+"                                   It's only supported on SPD policy database.\r\n"\r
+"  -d entryid                       Delete the policy entry matched by the \r\n"\r
+"                                   entryid.\r\n"\r
+"  -e entryid [options[parameters]] Edit the policy entry matched by the\r\n"\r
+"                                   entryid.\r\n"\r
+"  -f                               Flush the entire policy database.\r\n"\r
+"  -l                               List all entries for specified database.\r\n"\r
+"  -enable                          Enable IPsec.\r\n"\r
+"  -disable                         Disable IPsec.\r\n"\r
+"  -status                          Show IPsec current status.\r\n"\r
+" \r\n"\r
+"%H[options[parameters]]%N for %HSPD%N:\r\n"\r
+"  --local localaddress               optional local address\r\n"\r
+"  --remote remoteaddress             required remote address\r\n"\r
+"  --proto (TCP|UDP|ICMP|...)         required IP protocol\r\n"\r
+"  --local-port port                  optional local port for tcp/udp protocol\r\n"\r
+"  --remote-port port                 optional remote port for tcp/udp protocol\r\n"\r
+"  --name name                        optional SPD name\r\n"\r
+"  --action (Bypass|Discard|Protect)  required \r\n"\r
+"                                     required IPsec action\r\n"\r
+"  --mode (Transport|Tunnel)          optional IPsec mode, transport by default\r\n"\r
+"  --ipsec-proto (AH|ESP)             optional IPsec protocol, ESP by default\r\n"\r
+"  --auth-algo (NONE|SHA1HMAC)        optional authentication algorithm\r\n"\r
+"  --encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\r\n"\r
+"  --tunnel-local tunnellocaladdr     optional tunnel local address(only for tunnel mode)\r\n"\r
+"  --tunnel-remote tunnelremoteaddr   optional tunnel remote address(only for tunnel mode)\r\n"\r
+" \r\n"\r
+"%H[options[parameters]]%N for %HSAD%N:\r\n"\r
+"  --spi  spi                            required SPI value\r\n"\r
+"  --ipsec-proto   (AH|ESP)              required IPsec protocol\r\n"\r
+"  --local         localaddress          optional local address\r\n"\r
+"  --remote        remoteaddress         required destination address\r\n"\r
+"  --auth-algo     (NONE|SHA1HMAC)       required for AH. authentication algorithm\n"\r
+"  --auth-key      key                   required for AH. key for authentication\r\n"\r
+"  --encrypt-algo  (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\r\n"\r
+"  --encrypt-key   key                   required for ESP. key for encryption\r\n"\r
+"  --mode          (Transport|Tunnel)    optional IPsec mode, transport by default\r\n"\r
+"  --tunnel-dest   tunneldestaddr        optional tunnel destination address(only for tunnel mode)\r\n"\r
+"  --tunnel-source tunnelsourceaddr      optional tunnel source address(only for tunnel mode)\r\n"\r
+" \r\n"\r
+"%H[options[parameters]]%N for %HPAD%N:\r\n"\r
+"  --peer-address address                        required peer address\r\n"\r
+"  --auth-proto (IKEv1|IKEv2)                    optional IKE protocol, IKEv1 by\r\n"\r
+"                                                default\r\n"\r
+"  --auth-method (PreSharedSecret|Certificates)  required authentication method\r\n"\r
+"  --auth-data  authdata                         required data for authentication\r\n"\r
+" \r\n"\r