1 #
   2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   3 # Use is subject to license terms.
   4 #
   5 # CDDL HEADER START
   6 #
   7 # The contents of this file are subject to the terms of the
   8 # Common Development and Distribution License, Version 1.0 only
   9 # (the "License").  You may not use this file except in compliance
  10 # with the License.
  11 #
  12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13 # or http://www.opensolaris.org/os/licensing.
  14 # See the License for the specific language governing permissions
  15 # and limitations under the License.
  16 #
  17 # When distributing Covered Code, include this CDDL HEADER in each
  18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  19 # If applicable, add the following below this CDDL HEADER, with the
  20 # fields enclosed by brackets "[]" replaced with your own identifying
  21 # information: Portions Copyright [yyyy] [name of copyright owner]
  22 #
  23 # CDDL HEADER END
  24 #
  25 
  26 #
  27 # Cannot create Network
  28 #
  29 network_name_error=Could not determine correct network table name.
  30 
  31 #
  32 # Specifying both verbose and raw display mode error
  33 #
  34 display_mode_error=Cannot specify both raw and verbose display modes.
  35 
  36 #
  37 # No network specified error 
  38 #
  39 no_network_specified=This function requires a network to be specified.
  40 
  41 #
  42 # No network specified error 
  43 #
  44 network_specified=This function does not accept a network argument.
  45 
  46 #
  47 # No client ID specified error 
  48 #
  49 no_clientid_specified=Cannot verify undefined client ID
  50 
  51 #
  52 # No macro specified error 
  53 #
  54 no_macro_specified=Cannot verify undefined macro.
  55 
  56 #
  57 # No hosts resource warning
  58 #
  59 no_host_resource_warning=Warning - No hosts resource value found in DHCP configuration file.\nOperation succeeded, but hosts table was not updated.
  60 
  61 #
  62 # Display Network Table Headers
  63 #
  64 Client_ID=Client ID
  65 Flags=Flags
  66 Client_IP=Client IP
  67 Server_IP=Server IP
  68 Lease_Expiration=Lease Expiration
  69 Macro=Macro
  70 Comment=Comment
  71 
  72 #
  73 # Lease literals
  74 #
  75 Zero=Zero
  76 Forever= Forever
  77 
  78 #
  79 # Macro does not exist error message
  80 #
  81 macro_not_found=Cannot find macro in dhcptab.
  82 
  83 #
  84 # No function defined error
  85 #
  86 no_function_error=Must specify one of 'C', 'A', 'M', 'D', 'R', 'P', 'L' or 'B'.
  87 
  88 #
  89 # An invalid argument was input to the program.
  90 #
  91 invalid_args=Invalid arguments on command line.
  92 
  93 #
  94 # Usage
  95 #
  96 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C                     Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n                        [-c (comment)]\n                        [-e (lease expiration)]\n                        [-f (flags)]\n                        [-i (client identifier)[-a]]\n                        [-m (dhcptab macro reference)[-y]]\n                        [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n                        [-c (new comment)]\n                        [-e (new lease expiration)]\n                        [-f (new flags)]\n                        [-i (new client identifier)[-a]]\n                        [-m (new dhcptab macro reference)[-y]]\n                        [-n (new client ip)]\n                        [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry.\n\n -R                     Remove the named table\n\n -P                     Display the named table. Sub-options:\n                        [-v]    Display lease time in full format.\n                        [-x]    Display lease time in raw format.\n\n -L                     List the configured DHCP networks\n\n -B [batchfile]         Run command in batch input mode. Sub-options:\n                        [-v]    Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n