1<!--
2  -- ident	"%W%	%E% SMI"
3  --
4    CDDL HEADER START
5
6    The contents of this file are subject to the terms of the
7    Common Development and Distribution License, Version 1.0 only
8    (the "License").  You may not use this file except in compliance
9    with the License.
10
11    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12    or http://www.opensolaris.org/os/licensing.
13    See the License for the specific language governing permissions
14    and limitations under the License.
15
16    When distributing Covered Code, include this CDDL HEADER in each
17    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18    If applicable, add the following below this CDDL HEADER, with the
19    fields enclosed by brackets "[]" replaced with your own identifying
20    information: Portions Copyright [yyyy] [name of copyright owner]
21
22    CDDL HEADER END
23
24 -- Copyright (c) 2000-2001 by Sun Microsystems, Inc.
25  -- All rights reserved.
26  -->
27<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
28<html>
29
30<head>
31<title>DHCP Manager Help: Macros</title>
32<meta NAME="AUTHOR" CONTENT="smorgan">
33<meta NAME="KEYWORDS" CONTENT="DHCP">
34
35</head>
36
37<body bgcolor="#FFFFFF">
38
39<a name="top"></a>
40
41<table border=0 cellspacing=0 cellpadding=0 width=615>
42
43<!-- Start navigation banner -->
44
45<tr><td colspan=4  WIDTH="615" align="center" valign="top"><IMG SRC="art/bannersmc.gif" WIDTH=615 BORDER=0 ALT="DHCP Manager Help">
46
47	</td>
48	</tr>
49
50<!-- End navigation banner -->
51
52
53<tr>
54
55<!-- Start contents block -->
56
57	<td colspan=1 valign="top" width=105>
58	<P>&nbsp;</P>
59
60	<A HREF="dhcp_main_top.html"><STRONG>Overview</STRONG></A><P>
61	<A HREF="dhcp_relay_ref.html"><STRONG>Servers and Relays</STRONG></A><P>
62	
63	<A HREF="dhcp_addr_ref.html"><STRONG>IP Addresses</STRONG></A><P>
64	
65		
66<IMG SRC="art/tip2.gif" WIDTH=12 HEIGHT=10 BORDER=0 ALT=""><STRONG>Macros</STRONG><BR>
67	&nbsp;&nbsp;<A HREF="dhcp_macro_create.html">Create</A><BR>
68	&nbsp;&nbsp;<A HREF="dhcp_macro_dup.html">Duplicate</A><BR>
69	&nbsp;&nbsp;<A HREF="dhcp_macro_mod.html">Modify</A><BR>
70	&nbsp;&nbsp;<A HREF="dhcp_macro_del.html">Delete</A><P>
71
72<A HREF="dhcp_option_ref.html"><STRONG>Options</STRONG></A><P>
73		
74<A HREF="dhcp_main_how.html"><STRONG>How To..</STRONG></A><P>
75<A HREF="dhcp_main_menus.html"><STRONG>Menus</STRONG></A><P>
76<A HREF="dhcp_main_idx.html"><STRONG>Index</STRONG></A>
77	
78	
79		</td>
80
81
82
83<!-- End contents block -->
84
85<!-- Start column rule -->
86
87	<td colspan=1 width=5 bgcolor="#CCCCCC">&nbsp;</td>
88
89<!-- End column spacer -->
90
91<!-- Start column spacer -->
92
93	<td colspan=1 width=10 bgcolor="#FFFFFF">&nbsp;</td>
94
95<!-- End column spacer -->
96
97
98
99<!-- Start topic block -->
100
101
102	<td colspan=1 valign="top" bgcolor="#ffffff">
103	<P>&nbsp;</P>
104<h1>Macros</h1>
105
106When you select the Macros tab in the main window, DHCP Manager displays a list of 
107macros in the server's <tt>dhcptab</tt>. <p>
108The macros are listed alphabetically by name. Macros that include other macros
109are identified by a folder icon<IMG SRC="art/dot2.gif" WIDTH=14 HEIGHT=13 BORDER=0 ALT=""><IMG SRC="art/folder.gif" WIDTH=25 HEIGHT=15 BORDER=0>.  To view the included macro(s), click 
110the open button to the left of the folder icon. Click a macro icon <IMG SRC="art/macro2.gif" BORDER=0> to view a list of options assigned to this macro, and their values. <P>
111You can <A HREF="dhcp_macro_create.html">create</A> a new macro, <A HREF="dhcp_macro_mod.html">modify</A>, <A HREF="dhcp_macro_dup.html">copy</A>, or <A HREF="dhcp_macro_del.html">delete</A> an existing macro by selecting it and
112clicking the appropriate entry in the Edit menu.<P>
113For more information about macros and how to use them, see <A HREF="dhcp_macros_about.html">About Macros and Options</A>.<P>
114The column settings are described below.
115<P><HR NOSHADE><P>
116<table border=0 cellspacing=4 cellpadding=3>
117
118
119	<TR>
120	<td width=100 valign="top"><a name="name"><STRONG>Macro</STRONG></a></td> 
121	<td valign="top">The name of the macro. A macro may include one or more macros.</td>
122	</tr>
123
124	<tr>
125	<td width=100 valign="top"><a name="option"><STRONG>Option</STRONG></a></td> 
126	<td valign="top">The name of the option(s) included in the selected macro. </td>
127	</tr>
128	<tr>
129	<td width=100 valign="top"><a name="val"><STRONG>Value</STRONG></a></td> 
130	<td valign="top">The value of the option.</td>
131</tr>
132
133	</table>
134	
135
136
137
138
139<p>&nbsp;</p>
140	
141
142<!-- Don't go past this line! -->
143
144	</td>
145
146<!-- End topic block -->
147
148</tr>
149
150</table>
151
152<!-- End topic table -->
153
154</body>
155</html>
156