]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/VConfig/VConfigStrings.uni
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / VConfig / VConfigStrings.uni
CommitLineData
b55fecfe
JJ
1/** @file\r
2 String definitions for VLAN configuration Shell application.\r
3\r
be6cd654 4 Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
b55fecfe
JJ
5\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#langdef en-US "English"\r
17\r
18#string STR_VCONFIG_LOCATE_FAIL #language en-US "Failed to locate EFI_VLAN_CONFIG_PROTOCOL - %r.\n"\r
19#string STR_VCONFIG_MAC_FAIL #language en-US "Failed to get MAC address - %r.\n"\r
20#string STR_VCONFIG_FIND_FAIL #language en-US "Failed to find VLAN configuration - %r.\n"\r
21#string STR_VCONFIG_SET_FAIL #language en-US "Failed to set VLAN configuration - %r.\n"\r
22#string STR_VCONFIG_REMOVE_FAIL #language en-US "Failed to remove VLAN - %r.\n"\r
23#string STR_VCONFIG_NO_IF #language en-US "Network interface not specified.\n"\r
24#string STR_VCONFIG_NO_VID #language en-US "VLAN ID not specified.\n"\r
25#string STR_VCONFIG_INVALID_IF #language en-US "Invalid network interface - %s.\n"\r
26#string STR_VCONFIG_INVALID_VID #language en-US "Invalid VLAN ID - %s.\n"\r
27#string STR_VCONFIG_INVALID_PRIORITY #language en-US "Invalid VLAN Priority - %s.\n"\r
28#string STR_VCONFIG_NOT_FOUND #language en-US "Cannot find the VLAN device specified.\n"\r
29#string STR_VCONFIG_VLAN_DISPLAY #language en-US " VLAN ID: %4d Priority: %d\n"\r
30#string STR_VCONFIG_NO_VLAN #language en-US " VLAN is not configured.\n"\r
31#string STR_VCONFIG_ETH_MAC #language en-US "eth%d MAC:%s\n"\r
32#string STR_VCONFIG_SET_SUCCESS #language en-US "VLAN device added.\n"\r
33#string STR_VCONFIG_REMOVE_SUCCESS #language en-US "VLAN device removed.\n"\r
34#string STR_VCONFIG_NO_ARG #language en-US "Invalid argument, try "-?" for help.\n"\r
be6cd654
ZL
35\r
36#string STR_VCONFIG_HELP #language en-US ""\r
37".TH VConfig 0 "Display or modify VLAN configuration for network interface."\r\n"\r
38".SH NAME\r\n"\r
39"Display or modify VLAN configuration for network interface.\r\n"\r
40".SH SYNOPSIS\r\n"\r
41" \r\n"\r
42"VCONFIG [-?] [-l [IfName]] [-a IfName VlanId [Priority]] [-d IfName.VlanId]\r\n"\r
43".SH OPTIONS\r\n"\r
44" \r\n"\r
45" -l Display VLAN configuration for all or specified interface.\r\n"\r
46" -a Add a VLAN device for the network interface.\r\n"\r
47" -d Delete a VLAN device.\r\n"\r
48" IfName Name of network interface, e.g. eth0, eth1.\r\n"\r
49" VlanId Unique VLAN identifier (0~4094).\r\n"\r
50" Priority 802.1Q priority level (0~7), default 0.\r\n"\r
51".SH EXAMPLES\r\n"\r
52" \r\n"\r
53"Examples:\r\n"\r
54" * To display VLAN configuration:\r\n"\r
55" fs0:\> vconfig -l\r\n"\r
56" fs0:\> vconfig -l eth0\r\n"\r
57"\r\n"\r
58" * To add VLAN device:\r\n"\r
59" fs0:\> vconfig -a eth0 1000\r\n"\r
60" fs0:\> vconfig -a eth0 2000 7\r\n"\r
61"\r\n"\r
62" * To delete VLAN device:\r\n"\r
63" fs0:\> vconfig -d eth0.1000\r\n"\r