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