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