2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
7 # The contents of this file are subject to the terms of the
8 # Common Development and Distribution License (the "License").
9 # You may not use this file except in compliance with the License.
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.
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]
24 # ident "%Z%%M% %I% %E% SMI"
26 # This file provides information about all supported DHCPv6 options, for
27 # use by DHCPv6-related programs.
29 # Please consult dhcp_inittab(4) for further information. Note that
30 # this interface is "Uncommitted" as defined by attributes(5).
32 # Note: options 10 and 35 are not assigned.
34 ClientID STANDARD, 1, DUID, 1, 1, sdi
35 ServerID STANDARD, 2, DUID, 1, 1, sdi
36 Preference STANDARD, 7, UNUMBER8, 1, 1, sdmi
37 Unicast STANDARD, 12, IPV6, 1, 1, sdmi
38 Status STANDARD, 13, UNUMBER16, 1, 1, si
39 RapidCommit STANDARD, 14, BOOL, 0, 0, sdi
40 UserClass STANDARD, 15, OCTET, 1, 0, sdi
41 VendorClass STANDARD, 16, OCTET, 1, 0, sdi
42 Reconfigure STANDARD, 19, UNUMBER8, 1, 1, si
43 SIPNames STANDARD, 21, DOMAIN, 1, 0, sdmi
44 SIPAddresses STANDARD, 22, IPV6, 1, 0, sdmi
45 DNSAddresses STANDARD, 23, IPV6, 1, 0, sdmi
46 DNSSearch STANDARD, 24, DOMAIN, 1, 0, sdmi
47 NISServers STANDARD, 27, IPV6, 1, 0, sdmi
48 NIS+Servers STANDARD, 28, IPV6, 1, 0, sdmi
49 NISDomain STANDARD, 29, DOMAIN, 1, 0, sdmi
50 NIS+Domain STANDARD, 30, DOMAIN, 1, 0, sdmi
51 SNTPServers STANDARD, 31, IPV6, 1, 0, sdmi
52 InfoRefresh STANDARD, 32, UNUMBER32, 1, 1, sdmi
53 BCMCDomain STANDARD, 33, DOMAIN, 1, 0, sdmi
54 BCMCAddresses STANDARD, 34, IPV6, 1, 0, sdmi
55 Geoconf STANDARD, 36, OCTET, 1, 3, sdmi
56 RemoteID STANDARD, 37, OCTET, 1, 4, si
57 Subscriber STANDARD, 38, OCTET, 1, 0, sdmi
58 ClientFQDN STANDARD, 39, OCTET, 1, 0, sdmi
61 # DHCPv6 packet fields. Code field is byte offset into DHCPv6 packet.
64 MsgType FIELD, 0, UNUMBER8, 1, 1, id
65 TransId FIELD, 1, UNUMBER24, 1, 1, id
66 HopCount FIELD, 1, UNUMBER8, 1, 1, id
67 LinkAddr FIELD, 2, IPV6, 1, 1, id
68 PeerAddr FIELD, 18, IPV6, 1, 1, id