|
root / base / usr / src / cmd / cmd-inet / etc / dhcp
dhcp Plain Text 295 lines 10.6 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# cmd/cmd-inet/etc/dhcp/Makefile
#

DHCPFILES=	inittab inittab6

include ../../../Makefile.cmd

ETCDHCPDIR=	$(ROOTETC)/dhcp
ETCDHCPFILES=	$(DHCPFILES:%=$(ETCDHCPDIR)/%)

FILEMODE=	0644

.KEEP_STATE:

all:
install:	$(ETCDHCPFILES)

$(ETCDHCPDIR)/%: %
		$(INS.file)
#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# This file provides information about all supported DHCP options, for
# use by DHCP-related programs.  This file should only be modified to
# add support for SITE options for clients; no existing options should
# be modified.  Only SITE options will be preserved during an upgrade.
# If you need to configure the Solaris DHCP server to support the vendor 
# options of a different client, see dhcptab(5) for details.
#
# Please consult dhcp_inittab(5) for further information.  Note that
# this interface is "Unstable" as defined by attributes(7).
#

Subnet		STANDARD,	1,	IP,	   1,	1,	sdmi
UTCoffst	STANDARD,	2,	SNUMBER32, 1,	1,	sdmi
Router		STANDARD,	3,	IP,	   1,	0,	sdmi
Timeserv	STANDARD,	4,	IP,	   1,	0,	sdmi
IEN116ns	STANDARD,	5,	IP,	   1,	0,	sdmi
DNSserv		STANDARD,	6,	IP,	   1,	0,	sdmi
Logserv		STANDARD,	7,	IP,	   1,	0,	sdmi
Cookie		STANDARD,	8,	IP,	   1,	0,	sdmi
Lprserv		STANDARD,	9,	IP,	   1,	0,	sdmi
Impress		STANDARD,	10,	IP,	   1,	0,	sdmi
Resource	STANDARD,	11,	IP,	   1,	0,	sdmi
Hostname	STANDARD,	12,	ASCII,	   1,	0,	si
Bootsize	STANDARD,	13,	UNUMBER16, 1,	1,	sdmi
Dumpfile	STANDARD,	14,	ASCII,	   1,	0,	sdmi
DNSdmain	STANDARD,	15,	ASCII,	   1,	0,	sdmi
Swapserv	STANDARD,	16,	IP,	   1,	1,	sdmi
Rootpath	STANDARD,	17,	ASCII,	   1,	0,	sdmi
ExtendP		STANDARD,	18,	ASCII,	   1,	0,	sdmi
IpFwdF		STANDARD,	19,	UNUMBER8,  1,	1,	sdmi
NLrouteF	STANDARD,	20,	UNUMBER8,  1,	1,	sdmi
PFilter		STANDARD,	21,	IP,	   2,	0,	sdmi
MaxIpSiz	STANDARD,	22,	UNUMBER16, 1,	1,	sdmi
IpTTL		STANDARD,	23,	UNUMBER8,  1,	1,	sdmi
PathTO		STANDARD,	24,	UNUMBER32, 1,	1,	sdmi
PathTbl		STANDARD,	25,	UNUMBER16, 1,	0,	sdmi
MTU		STANDARD,	26,	UNUMBER16, 1,	1,	sdmi
SameMtuF	STANDARD,	27,	UNUMBER8,  1,	1,	sdmi
Broadcst	STANDARD,	28,	IP,	   1,	1,	sdmi
MaskDscF	STANDARD,	29,	UNUMBER8,  1,	1,	sdmi
MaskSupF	STANDARD,	30,	UNUMBER8,  1,	1,	sdmi
RDiscvyF	STANDARD,	31,	UNUMBER8,  1,	1,	sdmi
RSolictS	STANDARD,	32,	IP,	   1,	1,	sdmi
StaticRt	STANDARD,	33,	IP,	   2,	0,	sdmi
TrailerF	STANDARD,	34,	UNUMBER8,  1,	1,	sdmi
ArpTimeO	STANDARD,	35,	UNUMBER32, 1,	1,	sdmi
EthEncap	STANDARD,	36,	UNUMBER8,  1,	1,	sdmi
TcpTTL		STANDARD,	37,	UNUMBER8,  1,	1,	sdmi
TcpKaInt	STANDARD,	38,	UNUMBER32, 1,	1,	sdmi
TcpKaGbF	STANDARD,	39,	UNUMBER8,  1,	1,	sdmi
NISdmain	STANDARD,	40,	ASCII,	   1,	0,	sdmi
NISservs	STANDARD,	41,	IP,	   1,	0,	sdmi
NTPservs	STANDARD,	42,	IP,	   1,	0,	sdmi
Vendor		STANDARD,	43,	OCTET,	   1,	0,	sdi
NetBNms		STANDARD,	44,	IP,	   1,	0,	sdmi
NetBDsts	STANDARD,	45,	IP,	   1,	0,	sdmi
NetBNdT		STANDARD,	46,	UNUMBER8,  1,	1,	sdmi
NetBScop	STANDARD,	47,	ASCII,	   1,	0,	sdmi
XFontSrv	STANDARD,	48,	IP,	   1,	0,	sdmi
XDispMgr	STANDARD,	49,	IP,	   1,	0,	sdmi
ReqIP		STANDARD,	50,	IP,	   1,	1,	sdi
LeaseTim	STANDARD,	51,	UNUMBER32, 1,	1,	sdmi
OptOvrld	STANDARD,	52,	UNUMBER8,  1,	1,	sdi
DHCPType	STANDARD,	53,	UNUMBER8,  1,	1,	sdi
ServerID	STANDARD,	54,	IP,	   1,	1,	sdi
ReqList		STANDARD,	55,	OCTET,	   1,	0,	sdi
Message		STANDARD,	56,	ASCII,	   1,	0,	sdi
DHCP_MTU	STANDARD,	57,	UNUMBER16, 1,	1,	sdi
T1Time		STANDARD,	58,	UNUMBER32, 1,	1,	sdmi
T2Time		STANDARD,	59,	UNUMBER32, 1,	1,	sdmi
ClassID		STANDARD,	60,	ASCII,	   1,	0,	sdi
ClientID	STANDARD,	61,	OCTET,	   1,	0,	sdi
NW_dmain	STANDARD,	62,	ASCII,	   1,	0,	sdmi
NWIPOpts	STANDARD,	63,	OCTET,	   1,	128,	sdmi
NIS+dom		STANDARD,	64,	ASCII,	   1,	0,	sdmi
NIS+serv	STANDARD,	65,	IP,	   1,	0,	sdmi
TFTPsrvN	STANDARD,	66,	ASCII,	   1,	64,	sdmi
OptBootF	STANDARD,	67,	ASCII,	   1,	128,	sdmi
MblIPAgt	STANDARD,	68,	IP,	   1,	0,	sdmi
SMTPserv	STANDARD,	69,	IP,	   1,	0,	sdmi
POP3serv	STANDARD,	70,	IP,	   1,	0,	sdmi
NNTPserv	STANDARD,	71,	IP,	   1,	0,	sdmi
WWWservs	STANDARD,	72,	IP,	   1,	0,	sdmi
Fingersv	STANDARD,	73,	IP,	   1,	0,	sdmi
IRCservs	STANDARD,	74,	IP,	   1,	0,	sdmi
STservs		STANDARD,	75,	IP,	   1,	0,	sdmi
STDAservs	STANDARD,	76,	IP,	   1,	0,	sdmi
UserClas	STANDARD,	77,	ASCII,	   1,	0,	sdi
SLP_DA		STANDARD,	78,	OCTET,	   1,	0,	sdmi
SLP_SS		STANDARD,	79,	OCTET,	   1,	0,	sdmi
ClientFQDN	STANDARD,	81,	OCTET,	   1,	0,	sdmi
AgentOpt	STANDARD,	82,	OCTET,	   1,	0,	sdi
FQDN		STANDARD,	89,	OCTET,	   1,	0,	sdmi

#
# DHCP packet fields.	Code field is byte offset into DHCP packet.
#

Opcode		FIELD,		0,	UNUMBER8,  1,	1,	id
Htype		FIELD,		1,	UNUMBER8,  1,	1,	id
HLen		FIELD,		2,	UNUMBER8,  1,	1,	id
Hops		FIELD,		3,	UNUMBER8,  1,	1,	id
Xid		FIELD,		4,	UNUMBER32, 1,	1,	id
Secs		FIELD,		8,	UNUMBER16, 1,	1,	id
Flags		FIELD,		10,	OCTET,	   1,	2,	id
Ciaddr		FIELD,		12,	IP,	   1,	1,	id
Yiaddr		FIELD,		16,	IP,	   1,	1,	id
BootSrvA	FIELD,		20,	IP,	   1,	1,	idm
Giaddr		FIELD,		24,	IP,	   1,	1,	id
Chaddr		FIELD,		28,	OCTET,	   1,	16,	id
BootSrvN	FIELD,		44,	ASCII,	   1,	64,	idm
BootFile	FIELD,		108,	ASCII,	   1,	128,	idm
Magic		FIELD,		236,	OCTET,	   1,	4,	id
Options		FIELD,		240,	OCTET,	   1,	60,	id


#
# Internal fields.
#

Hostname	INTERNAL,	1024,	BOOL,	   0,	0,	dm
LeaseNeg	INTERNAL,	1025,	BOOL,	   0,	0,	dm
EchoVC		INTERNAL,	1026,	BOOL,	   0,	0,	dm
BootPath	INTERNAL,	1027,	ASCII,	   1,	128,	dm


#
# SunOS vendor space -- see the Solaris System Administrator
# documentation for more information on these options. 
#

SrootOpt	VENDOR,		1,	ASCII,	   1,	0,	smi
SrootIP4	VENDOR,		2,	IP,	   1,	1,	smi
SrootNM		VENDOR,		3,	ASCII,	   1,	0,	smi
SrootPTH	VENDOR,		4,	ASCII,	   1,	0,	smi
SswapIP4	VENDOR,		5,	IP,	   1,	1,	smi
SswapPTH	VENDOR,		6,	ASCII,	   1,	0,	smi
SbootFIL	VENDOR,		7,	ASCII,	   1,	0,	smi
Stz		VENDOR,		8,	ASCII,	   1,	0,	smi
SbootRS		VENDOR,		9,	UNUMBER16, 1,	1,	smi
SinstIP4	VENDOR,		10,	IP,	   1,	1,	smi
SinstNM		VENDOR,		11,	ASCII,	   1,	0,	smi
SinstPTH	VENDOR,		12,	ASCII,	   1,	0,	smi
SsysidCF	VENDOR,		13,	ASCII,	   1,	0,	smi
SjumpsCF	VENDOR,		14,	ASCII,	   1,	0,	smi
Sterm		VENDOR,		15,	ASCII,	   1,	0,	smi
SbootURI	VENDOR,		16,	ASCII,	   1,	0,	smi
SHTTPproxy	VENDOR,		17,	ASCII,	   1,	0,	smi

#
# Site option example:
# The following option describes an option named ipPairs, that is in
# the  SITE category, meaning it is defined by each individual site.
# It is option code 132, which is of type IP Address, consisting of
# a potentially infinite number of pairs of IP addresses.  (See
# dhcp_inittab(5) for details)
#
# ipPairs     SITE,           132,    IP,     2,      0,      sdmi
#
#
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# This file provides information about all supported DHCPv6 options, for
# use by DHCPv6-related programs.
#
# Please consult dhcp_inittab(5) for further information.  Note that
# this interface is "Uncommitted" as defined by attributes(7).
#
# Note: options 10 and 35 are not assigned.
#
ClientID	STANDARD,	1,	DUID,	   1,	1,	sdi
ServerID	STANDARD,	2,	DUID,	   1,	1,	sdi
Preference	STANDARD,	7,	UNUMBER8,  1,	1,	sdmi
Unicast		STANDARD,	12,	IPV6,	   1,	1,	sdmi
Status		STANDARD,	13,	UNUMBER16, 1,	1,	si
RapidCommit	STANDARD,	14,	BOOL,	   0,	0,	sdi
UserClass	STANDARD,	15,	OCTET,	   1,	0,	sdi
VendorClass	STANDARD,	16,	OCTET,	   1,	0,	sdi
Reconfigure	STANDARD,	19,	UNUMBER8,  1,	1,	si
SIPNames	STANDARD,	21,	DOMAIN,	   1,	0,	sdmi
SIPAddresses	STANDARD,	22,	IPV6,	   1,	0,	sdmi
DNSAddresses	STANDARD,	23,	IPV6,	   1,	0,	sdmi
DNSSearch	STANDARD,	24,	DOMAIN,	   1,	0,	sdmi
NISServers	STANDARD,	27,	IPV6,	   1,	0,	sdmi
NIS+Servers	STANDARD,	28,	IPV6,	   1,	0,	sdmi
NISDomain	STANDARD,	29,	DOMAIN,	   1,	0,	sdmi
NIS+Domain	STANDARD,	30,	DOMAIN,	   1,	0,	sdmi
SNTPServers	STANDARD,	31,	IPV6,	   1,	0,	sdmi
InfoRefresh	STANDARD,	32,	UNUMBER32, 1,	1,	sdmi
BCMCDomain	STANDARD,	33,	DOMAIN,	   1,	0,	sdmi
BCMCAddresses	STANDARD,	34,	IPV6,	   1,	0,	sdmi
Geoconf		STANDARD,	36,	OCTET,	   1,	3,	sdmi
RemoteID	STANDARD,	37,	OCTET,	   1,	4,	si
Subscriber	STANDARD,	38,	OCTET,	   1,	0,	sdmi
ClientFQDN	STANDARD,	39,	OCTET,	   1,	0,	sdmi

#
# DHCPv6 packet fields.  Code field is byte offset into DHCPv6 packet.
#

MsgType		FIELD,		0,	UNUMBER8,  1,	1,	id
TransId		FIELD,		1,	UNUMBER24, 1,	1,	id
HopCount	FIELD,		1,	UNUMBER8,  1,	1,	id
LinkAddr	FIELD,		2,	IPV6,	   1,	1,	id
PeerAddr	FIELD,		18,	IPV6,	   1,	1,	id